Html Css Color HEX #DCC379 Chenin

📋 copy color: '#DCC379'

red 220 ◦ green 195 ◦ blue 121

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

Shades of Chenin #DCC379

Tints of Chenin #DCC379

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.38%

 BLUE value IS 121 (47.66% from 255) = 22.57%

R = 41.04%
G = 36.38%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DCC379 (or 0xDCC379) is known color: Chenin. HEX triplet: DC, C3 and 79. RGB value is (220,195,121). Sum of RGB (Red+Green+Blue) = 220+195+121=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 121 (47.66% from 255 or 22.57% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC379 is #233C86. Grayscale: #C2C2C2. Windows color (decimal): -2309255 or 7979996. OLE color: 7979996.

HSL color Cylindrical-coordinate representation of color #DCC379: hue angle of 44.85º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCC379 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 195 121 -
CMYK 0 0.11 0.45 0.14
HSL 44.85º 0.59% 0.67% -
HSV(B) 44.85º 0.45% 0.86% -
XYZ 52.48 55.63 26.06 -
YUV 194.04 86.78 146.52 -
System Red Green Blue C M Y K H S L
Decimal 220 195 121 0 0.11 0.45 0.14 44.85 0.59 0.67
Hex DC C3 79 0 B 2D E 2D 3B 43
Octal 334 303 171 0 13 55 16 55 73 103
Binary 11011100 11000011 1111001 0 1011 101101 1110 101101 111011 1000011

Color Harmonies of #DCC379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC379

Black with #DCC379

Text Example


Text Example

White with #DCC379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC379; }

 p { color: rgb(220,195,121); }

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

background-color css

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

 a { background-color: rgb(220,195,121); }

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

border-color css

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

 span { border-color: rgb(220,195,121); }

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