Html Css Color HEX #DDC666 Chenin

📋 copy color: '#DDC666'

red 221 ◦ green 198 ◦ blue 102

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

Shades of Chenin #DDC666

Tints of Chenin #DDC666

RGB

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

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

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

R = 42.42%
G = 38%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDC666 (or 0xDDC666) is known color: Chenin. HEX triplet: DD, C6 and 66. RGB value is (221,198,102). Sum of RGB (Red+Green+Blue) = 221+198+102=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 102 (40.23% from 255 or 19.58% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC666 is #223999. Grayscale: #C2C2C2. Windows color (decimal): -2242970 or 6735581. OLE color: 6735581.

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

Color convert

RGB 221 198 102 -
CMYK 0 0.10 0.54 0.13
HSL 48.4º 0.64% 0.63% -
HSV(B) 48.4º 0.54% 0.87% -
XYZ 52.41 56.72 20.76 -
YUV 193.93 76.12 147.31 -
System Red Green Blue C M Y K H S L
Decimal 221 198 102 0 0.10 0.54 0.13 48.4 0.64 0.63
Hex DD C6 66 0 A 36 D 30 40 3F
Octal 335 306 146 0 12 66 15 60 100 77
Binary 11011101 11000110 1100110 0 1010 110110 1101 110000 1000000 111111

Color Harmonies of #DDC666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC666

Black with #DDC666

Text Example


Text Example

White with #DDC666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC666; }

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

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

background-color css

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

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

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

border-color css

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

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

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