Html Css Color HEX #DCC874 Chenin

📋 copy color: '#DCC874'

red 220 ◦ green 200 ◦ blue 116

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

Shades of Chenin #DCC874

Tints of Chenin #DCC874

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.31%

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

R = 41.04%
G = 37.31%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCC874 (or 0xDCC874) is known color: Chenin. HEX triplet: DC, C8 and 74. RGB value is (220,200,116). Sum of RGB (Red+Green+Blue) = 220+200+116=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC874 is #23378B. Grayscale: #C4C4C4. Windows color (decimal): -2307980 or 7653596. OLE color: 7653596.

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

Color convert

RGB 220 200 116 -
CMYK 0 0.09 0.47 0.14
HSL 48.46º 0.6% 0.66% -
HSV(B) 48.46º 0.47% 0.86% -
XYZ 53.32 57.79 24.87 -
YUV 196.4 82.63 144.83 -
System Red Green Blue C M Y K H S L
Decimal 220 200 116 0 0.09 0.47 0.14 48.46 0.6 0.66
Hex DC C8 74 0 9 2F E 30 3C 42
Octal 334 310 164 0 11 57 16 60 74 102
Binary 11011100 11001000 1110100 0 1001 101111 1110 110000 111100 1000010

Color Harmonies of #DCC874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC874

Black with #DCC874

Text Example


Text Example

White with #DCC874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC874; }

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

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

background-color css

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

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

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

border-color css

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

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

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