Html Css Color HEX #DCC775 Chenin

📋 copy color: '#DCC775'

red 220 ◦ green 199 ◦ blue 117

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

Shades of Chenin #DCC775

Tints of Chenin #DCC775

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.13%

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

R = 41.04%
G = 37.13%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCC775 (or 0xDCC775) is known color: Chenin. HEX triplet: DC, C7 and 75. RGB value is (220,199,117). Sum of RGB (Red+Green+Blue) = 220+199+117=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 199 (78.12% from 255 or 37.13% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC775 is #23388A. Grayscale: #C4C4C4. Windows color (decimal): -2308235 or 7718876. OLE color: 7718876.

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

Color convert

RGB 220 199 117 -
CMYK 0 0.10 0.47 0.14
HSL 47.77º 0.6% 0.66% -
HSV(B) 47.77º 0.47% 0.86% -
XYZ 53.15 57.35 25.1 -
YUV 195.93 83.46 145.17 -
System Red Green Blue C M Y K H S L
Decimal 220 199 117 0 0.10 0.47 0.14 47.77 0.6 0.66
Hex DC C7 75 0 A 2F E 30 3C 42
Octal 334 307 165 0 12 57 16 60 74 102
Binary 11011100 11000111 1110101 0 1010 101111 1110 110000 111100 1000010

Color Harmonies of #DCC775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC775

Black with #DCC775

Text Example


Text Example

White with #DCC775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC775; }

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

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

background-color css

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

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

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

border-color css

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

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

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