Html Css Color HEX #DDC566 Chenin

📋 copy color: '#DDC566'

red 221 ◦ green 197 ◦ blue 102

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

Shades of Chenin #DDC566

Tints of Chenin #DDC566

RGB

 RED value IS 221 (86.72% from 255) = 42.5%

 GREEN value IS 197 (77.34% from 255) = 37.88%

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

R = 42.5%
G = 37.88%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDC566 (or 0xDDC566) is known color: Chenin. HEX triplet: DD, C5 and 66. RGB value is (221,197,102). Sum of RGB (Red+Green+Blue) = 221+197+102=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 102 (40.23% from 255 or 19.62% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC566 is #223A99. Grayscale: #C1C1C1. Windows color (decimal): -2243226 or 6735325. OLE color: 6735325.

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

Color convert

RGB 221 197 102 -
CMYK 0 0.11 0.54 0.13
HSL 47.9º 0.64% 0.63% -
HSV(B) 47.9º 0.54% 0.87% -
XYZ 52.18 56.26 20.68 -
YUV 193.35 76.45 147.72 -
System Red Green Blue C M Y K H S L
Decimal 221 197 102 0 0.11 0.54 0.13 47.9 0.64 0.63
Hex DD C5 66 0 B 36 D 30 40 3F
Octal 335 305 146 0 13 66 15 60 100 77
Binary 11011101 11000101 1100110 0 1011 110110 1101 110000 1000000 111111

Color Harmonies of #DDC566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC566

Black with #DDC566

Text Example


Text Example

White with #DDC566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC566; }

 p { color: rgb(221,197,102); }

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

background-color css

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

 a { background-color: rgb(221,197,102); }

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

border-color css

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

 span { border-color: rgb(221,197,102); }

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