Html Css Color HEX #DDC86C Chenin

📋 copy color: '#DDC86C'

red 221 ◦ green 200 ◦ blue 108

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

Shades of Chenin #DDC86C

Tints of Chenin #DDC86C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.81%

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

R = 41.78%
G = 37.81%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DDC86C (or 0xDDC86C) is known color: Chenin. HEX triplet: DD, C8 and 6C. RGB value is (221,200,108). Sum of RGB (Red+Green+Blue) = 221+200+108=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC86C is #223793. Grayscale: #C4C4C4. Windows color (decimal): -2242452 or 7129309. OLE color: 7129309.

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

Color convert

RGB 221 200 108 -
CMYK 0 0.10 0.51 0.13
HSL 48.85º 0.62% 0.65% -
HSV(B) 48.85º 0.51% 0.87% -
XYZ 53.18 57.76 22.53 -
YUV 195.79 78.46 145.98 -
System Red Green Blue C M Y K H S L
Decimal 221 200 108 0 0.10 0.51 0.13 48.85 0.62 0.65
Hex DD C8 6C 0 A 33 D 31 3E 41
Octal 335 310 154 0 12 63 15 61 76 101
Binary 11011101 11001000 1101100 0 1010 110011 1101 110001 111110 1000001

Color Harmonies of #DDC86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC86C

Black with #DDC86C

Text Example


Text Example

White with #DDC86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC86C; }

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

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

background-color css

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

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

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

border-color css

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

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

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