Html Css Color HEX #DCC466 Chenin

📋 copy color: '#DCC466'

red 220 ◦ green 196 ◦ blue 102

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

Shades of Chenin #DCC466

Tints of Chenin #DCC466

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.84%

 BLUE value IS 102 (40.23% from 255) = 19.69%

R = 42.47%
G = 37.84%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DCC466 (or 0xDCC466) is known color: Chenin. HEX triplet: DC, C4 and 66. RGB value is (220,196,102). Sum of RGB (Red+Green+Blue) = 220+196+102=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 102 (40.23% from 255 or 19.69% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC466 is #233B99. Grayscale: #C0C0C0. Windows color (decimal): -2309018 or 6735068. OLE color: 6735068.

HSL color Cylindrical-coordinate representation of color #DCC466: hue angle of 47.8º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCC466 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 196 102 -
CMYK 0 0.11 0.54 0.14
HSL 47.8º 0.63% 0.63% -
HSV(B) 47.8º 0.54% 0.86% -
XYZ 51.65 55.65 20.59 -
YUV 192.46 76.95 147.64 -
System Red Green Blue C M Y K H S L
Decimal 220 196 102 0 0.11 0.54 0.14 47.8 0.63 0.63
Hex DC C4 66 0 B 36 E 30 3F 3F
Octal 334 304 146 0 13 66 16 60 77 77
Binary 11011100 11000100 1100110 0 1011 110110 1110 110000 111111 111111

Color Harmonies of #DCC466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC466

Black with #DCC466

Text Example


Text Example

White with #DCC466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC466; }

 p { color: rgb(220,196,102); }

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

background-color css

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

 a { background-color: rgb(220,196,102); }

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

border-color css

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

 span { border-color: rgb(220,196,102); }

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