Html Css Color HEX #DCC86D Chenin

📋 copy color: '#DCC86D'

red 220 ◦ green 200 ◦ blue 109

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

Shades of Chenin #DCC86D

Tints of Chenin #DCC86D

RGB

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

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

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

R = 41.59%
G = 37.81%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DCC86D (or 0xDCC86D) is known color: Chenin. HEX triplet: DC, C8 and 6D. RGB value is (220,200,109). Sum of RGB (Red+Green+Blue) = 220+200+109=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC86D is #233792. Grayscale: #C3C3C3. Windows color (decimal): -2307987 or 7194844. OLE color: 7194844.

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

Color convert

RGB 220 200 109 -
CMYK 0 0.09 0.50 0.14
HSL 49.19º 0.61% 0.65% -
HSV(B) 49.19º 0.5% 0.86% -
XYZ 52.93 57.63 22.8 -
YUV 195.61 79.13 145.4 -
System Red Green Blue C M Y K H S L
Decimal 220 200 109 0 0.09 0.50 0.14 49.19 0.61 0.65
Hex DC C8 6D 0 9 32 E 31 3D 41
Octal 334 310 155 0 11 62 16 61 75 101
Binary 11011100 11001000 1101101 0 1001 110010 1110 110001 111101 1000001

Color Harmonies of #DCC86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC86D

Black with #DCC86D

Text Example


Text Example

White with #DCC86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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