Html Css Color HEX #DCCB74 Chenin

📋 copy color: '#DCCB74'

red 220 ◦ green 203 ◦ blue 116

#DCCB74
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chenin #DCCB74

Tints of Chenin #DCCB74

RGB

 RED value IS 220 (86.33% from 255) = 40.82%

 GREEN value IS 203 (79.69% from 255) = 37.66%

 BLUE value IS 116 (45.7% from 255) = 21.52%

R = 40.82%
G = 37.66%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCCB74 (or 0xDCCB74) is known color: Chenin. HEX triplet: DC, CB and 74. RGB value is (220,203,116). Sum of RGB (Red+Green+Blue) = 220+203+116=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 116 (45.70% from 255 or 21.52% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCB74 is #23348B. Grayscale: #C6C6C6. Windows color (decimal): -2307212 or 7654364. OLE color: 7654364.

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

Color convert

RGB 220 203 116 -
CMYK 0 0.08 0.47 0.14
HSL 50.19º 0.6% 0.66% -
HSV(B) 50.19º 0.47% 0.86% -
XYZ 54.02 59.19 25.1 -
YUV 198.17 81.63 143.57 -
System Red Green Blue C M Y K H S L
Decimal 220 203 116 0 0.08 0.47 0.14 50.19 0.6 0.66
Hex DC CB 74 0 8 2F E 32 3C 42
Octal 334 313 164 0 10 57 16 62 74 102
Binary 11011100 11001011 1110100 0 1000 101111 1110 110010 111100 1000010

Color Harmonies of #DCCB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCB74

Black with #DCCB74

Text Example


Text Example

White with #DCCB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCB74; }

 p { color: rgb(220,203,116); }

 H1.HeaderClassName
 {
   color: #DCCB74;
 }
 .AnyTagClassName
 {
   color: #DCCB74;
 }
</style>

background-color css

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

 a { background-color: rgb(220,203,116); }

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

border-color css

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

 span { border-color: rgb(220,203,116); }

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