Html Css Color HEX #DCC36D Chenin

📋 copy color: '#DCC36D'

red 220 ◦ green 195 ◦ blue 109

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

Shades of Chenin #DCC36D

Tints of Chenin #DCC36D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.8%

R = 41.98%
G = 37.21%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DCC36D (or 0xDCC36D) is known color: Chenin. HEX triplet: DC, C3 and 6D. RGB value is (220,195,109). Sum of RGB (Red+Green+Blue) = 220+195+109=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 195 (76.56% from 255 or 37.21% from 524); Blue value is 109 (42.97% from 255 or 20.80% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC36D is #233C92. Grayscale: #C1C1C1. Windows color (decimal): -2309267 or 7193564. OLE color: 7193564.

HSL color Cylindrical-coordinate representation of color #DCC36D: hue angle of 46.49º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCC36D is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 195 109 -
CMYK 0 0.11 0.50 0.14
HSL 46.49º 0.61% 0.65% -
HSV(B) 46.49º 0.5% 0.86% -
XYZ 51.79 55.35 22.42 -
YUV 192.67 80.78 147.49 -
System Red Green Blue C M Y K H S L
Decimal 220 195 109 0 0.11 0.50 0.14 46.49 0.61 0.65
Hex DC C3 6D 0 B 32 E 2E 3D 41
Octal 334 303 155 0 13 62 16 56 75 101
Binary 11011100 11000011 1101101 0 1011 110010 1110 101110 111101 1000001

Color Harmonies of #DCC36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC36D

Black with #DCC36D

Text Example


Text Example

White with #DCC36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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