Html Css Color HEX #DCB974 Chenin

📋 copy color: '#DCB974'

red 220 ◦ green 185 ◦ blue 116

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

Shades of Chenin #DCB974

Tints of Chenin #DCB974

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.51%

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

R = 42.23%
G = 35.51%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCB974 (or 0xDCB974) is known color: Chenin. HEX triplet: DC, B9 and 74. RGB value is (220,185,116). Sum of RGB (Red+Green+Blue) = 220+185+116=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB974 is #23468B. Grayscale: #BBBBBB. Windows color (decimal): -2311820 or 7649756. OLE color: 7649756.

HSL color Cylindrical-coordinate representation of color #DCB974: hue angle of 39.81º 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 #DCB974 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 185 116 -
CMYK 0 0.16 0.47 0.14
HSL 39.81º 0.6% 0.66% -
HSV(B) 39.81º 0.47% 0.86% -
XYZ 50.02 51.17 23.76 -
YUV 187.6 87.6 151.11 -
System Red Green Blue C M Y K H S L
Decimal 220 185 116 0 0.16 0.47 0.14 39.81 0.6 0.66
Hex DC B9 74 0 10 2F E 28 3C 42
Octal 334 271 164 0 20 57 16 50 74 102
Binary 11011100 10111001 1110100 0 10000 101111 1110 101000 111100 1000010

Color Harmonies of #DCB974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB974

Black with #DCB974

Text Example


Text Example

White with #DCB974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB974; }

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

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

background-color css

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

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

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

border-color css

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

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

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