Html Css Color HEX #DCB774 Chenin

📋 copy color: '#DCB774'

red 220 ◦ green 183 ◦ blue 116

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

Shades of Chenin #DCB774

Tints of Chenin #DCB774

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.26%

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

R = 42.39%
G = 35.26%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCB774 (or 0xDCB774) is known color: Chenin. HEX triplet: DC, B7 and 74. RGB value is (220,183,116). Sum of RGB (Red+Green+Blue) = 220+183+116=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB774 is #23488B. Grayscale: #BABABA. Windows color (decimal): -2312332 or 7649244. OLE color: 7649244.

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

Color convert

RGB 220 183 116 -
CMYK 0 0.17 0.47 0.14
HSL 38.65º 0.6% 0.66% -
HSV(B) 38.65º 0.47% 0.86% -
XYZ 49.6 50.34 23.63 -
YUV 186.43 88.26 151.95 -
System Red Green Blue C M Y K H S L
Decimal 220 183 116 0 0.17 0.47 0.14 38.65 0.6 0.66
Hex DC B7 74 0 11 2F E 27 3C 42
Octal 334 267 164 0 21 57 16 47 74 102
Binary 11011100 10110111 1110100 0 10001 101111 1110 100111 111100 1000010

Color Harmonies of #DCB774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB774

Black with #DCB774

Text Example


Text Example

White with #DCB774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB774; }

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

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

background-color css

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

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

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

border-color css

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

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

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