Html Css Color HEX #DDC06F Chenin

📋 copy color: '#DDC06F'

red 221 ◦ green 192 ◦ blue 111

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

Shades of Chenin #DDC06F

Tints of Chenin #DDC06F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.64%

 BLUE value IS 111 (43.75% from 255) = 21.18%

R = 42.18%
G = 36.64%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDC06F (or 0xDDC06F) is known color: Chenin. HEX triplet: DD, C0 and 6F. RGB value is (221,192,111). Sum of RGB (Red+Green+Blue) = 221+192+111=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 111 (43.75% from 255 or 21.18% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC06F is #223F90. Grayscale: #BFBFBF. Windows color (decimal): -2244497 or 7323869. OLE color: 7323869.

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

Color convert

RGB 221 192 111 -
CMYK 0 0.13 0.50 0.13
HSL 44.18º 0.62% 0.65% -
HSV(B) 44.18º 0.5% 0.87% -
XYZ 51.54 54.22 22.79 -
YUV 191.44 82.61 149.09 -
System Red Green Blue C M Y K H S L
Decimal 221 192 111 0 0.13 0.50 0.13 44.18 0.62 0.65
Hex DD C0 6F 0 D 32 D 2C 3E 41
Octal 335 300 157 0 15 62 15 54 76 101
Binary 11011101 11000000 1101111 0 1101 110010 1101 101100 111110 1000001

Color Harmonies of #DDC06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC06F

Black with #DDC06F

Text Example


Text Example

White with #DDC06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC06F; }

 p { color: rgb(221,192,111); }

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

background-color css

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

 a { background-color: rgb(221,192,111); }

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

border-color css

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

 span { border-color: rgb(221,192,111); }

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