#ddc376

Color #DDC376 Chenin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chenin #DDC376

Tints of Chenin #DDC376

Color information

#DDC376 (or 0xDDC376) is unknown color: approx Chenin. HEX triplet: DD, C3 and 76. RGB value is (221,195,118). Sum of RGB (Red+Green+Blue) = 221+195+118=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 118 (46.48% from 255 or 22.10% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC376 is #223C89. Grayscale: #C2C2C2. Windows color (decimal): -2243722 or 7783389. OLE color: 7783389.

HSL color Cylindrical-coordinate representation of color #DDC376: hue angle of 44.85º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDC376 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB221195118-
CMYK00.120.470.13
HSL44.85º60.23%66.47%-
HSV(B)44.85º46.61%86.67%-
XYZ52.655.7125.12-
YUV19485.11147.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 41.39%
GREEN value IS 195 (76.56% from 255) = 36.52%
BLUE value IS 118 (46.48% from 255) = 22.10%
R=41.39%
G=36.52%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119511800.120.470.1344.8560.2366.47
HexDDC3760C2FD2d3c42
Octal33530316601457155574102
Binary110111011100001111101100110010111111011011011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddc376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddc376; }

 p { color: rgb(221,195,118); }

 H1.HeaderClassName
 {
   color: #ddc376;
 }
 .AnyTagClassName
 {
   color: #ddc376;
 }
</style>
background-color css

<style>
 a { background-color: #ddc376; }

 a { background-color: rgb(221,195,118); }

 div.DivClassName
 {
   background-color: #ddc376;
 }
 .BgClassName
 {
   background-color: #ddc376;
 }
</style>
border-color css

<style>
 span { border-color: #ddc376; }

 span { border-color: rgb(221,195,118); }

 td.TdClassName
 {
   border-color: #ddc376;
 }
 .TagClassName
 {
   border-color: #ddc376;
 }
</style>