Html Css Color HEX #DCC266 Chenin

📋 copy color: '#DCC266'

red 220 ◦ green 194 ◦ blue 102

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

Shades of Chenin #DCC266

Tints of Chenin #DCC266

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.6%

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

R = 42.64%
G = 37.6%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DCC266 (or 0xDCC266) is known color: Chenin. HEX triplet: DC, C2 and 66. RGB value is (220,194,102). Sum of RGB (Red+Green+Blue) = 220+194+102=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 102 (40.23% from 255 or 19.77% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC266 is #233D99. Grayscale: #BFBFBF. Windows color (decimal): -2309530 or 6734556. OLE color: 6734556.

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

Color convert

RGB 220 194 102 -
CMYK 0 0.12 0.54 0.14
HSL 46.78º 0.63% 0.63% -
HSV(B) 46.78º 0.54% 0.86% -
XYZ 51.21 54.76 20.44 -
YUV 191.29 77.61 148.48 -
System Red Green Blue C M Y K H S L
Decimal 220 194 102 0 0.12 0.54 0.14 46.78 0.63 0.63
Hex DC C2 66 0 C 36 E 2F 3F 3F
Octal 334 302 146 0 14 66 16 57 77 77
Binary 11011100 11000010 1100110 0 1100 110110 1110 101111 111111 111111

Color Harmonies of #DCC266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC266

Black with #DCC266

Text Example


Text Example

White with #DCC266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC266; }

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

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

background-color css

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

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

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

border-color css

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

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

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