Html Css Color HEX #DCC86A Chenin

📋 copy color: '#DCC86A'

red 220 ◦ green 200 ◦ blue 106

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

Shades of Chenin #DCC86A

Tints of Chenin #DCC86A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.15%

R = 41.83%
G = 38.02%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DCC86A (or 0xDCC86A) is known color: Chenin. HEX triplet: DC, C8 and 6A. RGB value is (220,200,106). Sum of RGB (Red+Green+Blue) = 220+200+106=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 106 (41.80% from 255 or 20.15% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC86A is #233795. Grayscale: #C3C3C3. Windows color (decimal): -2307990 or 6998236. OLE color: 6998236.

HSL color Cylindrical-coordinate representation of color #DCC86A: hue angle of 49.47º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCC86A is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 200 106 -
CMYK 0 0.09 0.52 0.14
HSL 49.47º 0.62% 0.64% -
HSV(B) 49.47º 0.52% 0.86% -
XYZ 52.77 57.56 21.97 -
YUV 195.26 77.63 145.64 -
System Red Green Blue C M Y K H S L
Decimal 220 200 106 0 0.09 0.52 0.14 49.47 0.62 0.64
Hex DC C8 6A 0 9 34 E 31 3E 40
Octal 334 310 152 0 11 64 16 61 76 100
Binary 11011100 11001000 1101010 0 1001 110100 1110 110001 111110 1000000

Color Harmonies of #DCC86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC86A

Black with #DCC86A

Text Example


Text Example

White with #DCC86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC86A; }

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

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

background-color css

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

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

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

border-color css

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

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

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