Html Css Color HEX #DDC96F Chenin

📋 copy color: '#DDC96F'

red 221 ◦ green 201 ◦ blue 111

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

Shades of Chenin #DDC96F

Tints of Chenin #DDC96F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.71%

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

R = 41.46%
G = 37.71%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDC96F (or 0xDDC96F) is known color: Chenin. HEX triplet: DD, C9 and 6F. RGB value is (221,201,111). Sum of RGB (Red+Green+Blue) = 221+201+111=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 111 (43.75% from 255 or 20.83% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC96F is #223690. Grayscale: #C5C5C5. Windows color (decimal): -2242193 or 7326173. OLE color: 7326173.

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

Color convert

RGB 221 201 111 -
CMYK 0 0.09 0.50 0.13
HSL 49.09º 0.62% 0.65% -
HSV(B) 49.09º 0.5% 0.87% -
XYZ 53.57 58.29 23.47 -
YUV 196.72 79.63 145.32 -
System Red Green Blue C M Y K H S L
Decimal 221 201 111 0 0.09 0.50 0.13 49.09 0.62 0.65
Hex DD C9 6F 0 9 32 D 31 3E 41
Octal 335 311 157 0 11 62 15 61 76 101
Binary 11011101 11001001 1101111 0 1001 110010 1101 110001 111110 1000001

Color Harmonies of #DDC96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC96F

Black with #DDC96F

Text Example


Text Example

White with #DDC96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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