Html Css Color HEX #DCC66A Chenin

📋 copy color: '#DCC66A'

red 220 ◦ green 198 ◦ blue 106

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

Shades of Chenin #DCC66A

Tints of Chenin #DCC66A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.79%

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

R = 41.98%
G = 37.79%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DCC66A (or 0xDCC66A) is known color: Chenin. HEX triplet: DC, C6 and 6A. RGB value is (220,198,106). Sum of RGB (Red+Green+Blue) = 220+198+106=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 106 (41.80% from 255 or 20.23% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC66A is #233995. Grayscale: #C2C2C2. Windows color (decimal): -2308502 or 6997724. OLE color: 6997724.

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

Color convert

RGB 220 198 106 -
CMYK 0 0.1 0.52 0.14
HSL 48.42º 0.62% 0.64% -
HSV(B) 48.42º 0.52% 0.86% -
XYZ 52.31 56.64 21.81 -
YUV 194.09 78.29 146.48 -
System Red Green Blue C M Y K H S L
Decimal 220 198 106 0 0.1 0.52 0.14 48.42 0.62 0.64
Hex DC C6 6A 0 A 34 E 30 3E 40
Octal 334 306 152 0 12 64 16 60 76 100
Binary 11011100 11000110 1101010 0 1010 110100 1110 110000 111110 1000000

Color Harmonies of #DCC66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC66A

Black with #DCC66A

Text Example


Text Example

White with #DCC66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC66A; }

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

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

background-color css

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

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

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

border-color css

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

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

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