Html Css Color HEX #DCC86F Chenin

📋 copy color: '#DCC86F'

red 220 ◦ green 200 ◦ blue 111

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

Shades of Chenin #DCC86F

Tints of Chenin #DCC86F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.9%

R = 41.43%
G = 37.66%
B = 20.9%

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

#DCC86F (or 0xDCC86F) is known color: Chenin. HEX triplet: DC, C8 and 6F. RGB value is (220,200,111). Sum of RGB (Red+Green+Blue) = 220+200+111=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 111 (43.75% from 255 or 20.90% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC86F is #233790. Grayscale: #C4C4C4. Windows color (decimal): -2307985 or 7325916. OLE color: 7325916.

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

Color convert

RGB 220 200 111 -
CMYK 0 0.09 0.50 0.14
HSL 48.99º 0.61% 0.65% -
HSV(B) 48.99º 0.5% 0.86% -
XYZ 53.04 57.67 23.38 -
YUV 195.83 80.13 145.24 -
System Red Green Blue C M Y K H S L
Decimal 220 200 111 0 0.09 0.50 0.14 48.99 0.61 0.65
Hex DC C8 6F 0 9 32 E 31 3D 41
Octal 334 310 157 0 11 62 16 61 75 101
Binary 11011100 11001000 1101111 0 1001 110010 1110 110001 111101 1000001

Color Harmonies of #DCC86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC86F

Black with #DCC86F

Text Example


Text Example

White with #DCC86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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