Html Css Color HEX #DDC66E Chenin

📋 copy color: '#DDC66E'

red 221 ◦ green 198 ◦ blue 110

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

Shades of Chenin #DDC66E

Tints of Chenin #DDC66E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.79%

R = 41.78%
G = 37.43%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDC66E (or 0xDDC66E) is known color: Chenin. HEX triplet: DD, C6 and 6E. RGB value is (221,198,110). Sum of RGB (Red+Green+Blue) = 221+198+110=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 110 (43.36% from 255 or 20.79% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC66E is #223991. Grayscale: #C3C3C3. Windows color (decimal): -2242962 or 7259869. OLE color: 7259869.

HSL color Cylindrical-coordinate representation of color #DDC66E: hue angle of 47.57º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDC66E is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 198 110 -
CMYK 0 0.10 0.50 0.13
HSL 47.57º 0.62% 0.65% -
HSV(B) 47.57º 0.5% 0.87% -
XYZ 52.83 56.89 22.95 -
YUV 194.85 80.12 146.66 -
System Red Green Blue C M Y K H S L
Decimal 221 198 110 0 0.10 0.50 0.13 47.57 0.62 0.65
Hex DD C6 6E 0 A 32 D 30 3E 41
Octal 335 306 156 0 12 62 15 60 76 101
Binary 11011101 11000110 1101110 0 1010 110010 1101 110000 111110 1000001

Color Harmonies of #DDC66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC66E

Black with #DDC66E

Text Example


Text Example

White with #DDC66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC66E; }

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

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

background-color css

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

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

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

border-color css

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

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

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