Html Css Color HEX #DCC875 Chenin

📋 copy color: '#DCC875'

red 220 ◦ green 200 ◦ blue 117

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

Shades of Chenin #DCC875

Tints of Chenin #DCC875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.79%

R = 40.97%
G = 37.24%
B = 21.79%

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

#DCC875 (or 0xDCC875) is known color: Chenin. HEX triplet: DC, C8 and 75. RGB value is (220,200,117). Sum of RGB (Red+Green+Blue) = 220+200+117=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 200 (78.52% from 255 or 37.24% from 537); Blue value is 117 (46.09% from 255 or 21.79% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC875 is #23378A. Grayscale: #C4C4C4. Windows color (decimal): -2307979 or 7719132. OLE color: 7719132.

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

Color convert

RGB 220 200 117 -
CMYK 0 0.09 0.47 0.14
HSL 48.35º 0.6% 0.66% -
HSV(B) 48.35º 0.47% 0.86% -
XYZ 53.38 57.81 25.17 -
YUV 196.52 83.13 144.75 -
System Red Green Blue C M Y K H S L
Decimal 220 200 117 0 0.09 0.47 0.14 48.35 0.6 0.66
Hex DC C8 75 0 9 2F E 30 3C 42
Octal 334 310 165 0 11 57 16 60 74 102
Binary 11011100 11001000 1110101 0 1001 101111 1110 110000 111100 1000010

Color Harmonies of #DCC875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC875

Black with #DCC875

Text Example


Text Example

White with #DCC875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC875; }

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

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

background-color css

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

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

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

border-color css

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

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

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