Html Css Color HEX #DDC06C Chenin

📋 copy color: '#DDC06C'

red 221 ◦ green 192 ◦ blue 108

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

Shades of Chenin #DDC06C

Tints of Chenin #DDC06C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.73%

R = 42.42%
G = 36.85%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DDC06C (or 0xDDC06C) is known color: Chenin. HEX triplet: DD, C0 and 6C. RGB value is (221,192,108). Sum of RGB (Red+Green+Blue) = 221+192+108=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 108 (42.58% from 255 or 20.73% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC06C is #223F93. Grayscale: #BFBFBF. Windows color (decimal): -2244500 or 7127261. OLE color: 7127261.

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

Color convert

RGB 221 192 108 -
CMYK 0 0.13 0.51 0.13
HSL 44.6º 0.62% 0.65% -
HSV(B) 44.6º 0.51% 0.87% -
XYZ 51.38 54.15 21.93 -
YUV 191.1 81.11 149.33 -
System Red Green Blue C M Y K H S L
Decimal 221 192 108 0 0.13 0.51 0.13 44.6 0.62 0.65
Hex DD C0 6C 0 D 33 D 2D 3E 41
Octal 335 300 154 0 15 63 15 55 76 101
Binary 11011101 11000000 1101100 0 1101 110011 1101 101101 111110 1000001

Color Harmonies of #DDC06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC06C

Black with #DDC06C

Text Example


Text Example

White with #DDC06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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