Html Css Color HEX #DCC96B Chenin

📋 copy color: '#DCC96B'

red 220 ◦ green 201 ◦ blue 107

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

Shades of Chenin #DCC96B

Tints of Chenin #DCC96B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.07%

 BLUE value IS 107 (42.19% from 255) = 20.27%

R = 41.67%
G = 38.07%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DCC96B (or 0xDCC96B) is known color: Chenin. HEX triplet: DC, C9 and 6B. RGB value is (220,201,107). Sum of RGB (Red+Green+Blue) = 220+201+107=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 107 (42.19% from 255 or 20.27% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC96B is #233694. Grayscale: #C4C4C4. Windows color (decimal): -2307733 or 7064028. OLE color: 7064028.

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

Color convert

RGB 220 201 107 -
CMYK 0 0.09 0.51 0.14
HSL 49.91º 0.62% 0.64% -
HSV(B) 49.91º 0.51% 0.86% -
XYZ 53.06 58.05 22.32 -
YUV 195.97 77.79 145.14 -
System Red Green Blue C M Y K H S L
Decimal 220 201 107 0 0.09 0.51 0.14 49.91 0.62 0.64
Hex DC C9 6B 0 9 33 E 32 3E 40
Octal 334 311 153 0 11 63 16 62 76 100
Binary 11011100 11001001 1101011 0 1001 110011 1110 110010 111110 1000000

Color Harmonies of #DCC96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC96B

Black with #DCC96B

Text Example


Text Example

White with #DCC96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC96B; }

 p { color: rgb(220,201,107); }

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

background-color css

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

 a { background-color: rgb(220,201,107); }

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

border-color css

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

 span { border-color: rgb(220,201,107); }

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