Html Css Color HEX #DDC16F Chenin

📋 copy color: '#DDC16F'

red 221 ◦ green 193 ◦ blue 111

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

Shades of Chenin #DDC16F

Tints of Chenin #DDC16F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.76%

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

R = 42.1%
G = 36.76%
B = 21.14%

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

#DDC16F (or 0xDDC16F) is known color: Chenin. HEX triplet: DD, C1 and 6F. RGB value is (221,193,111). Sum of RGB (Red+Green+Blue) = 221+193+111=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 193 (75.78% from 255 or 36.76% from 525); Blue value is 111 (43.75% from 255 or 21.14% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC16F is #223E90. Grayscale: #C0C0C0. Windows color (decimal): -2244241 or 7324125. OLE color: 7324125.

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

Color convert

RGB 221 193 111 -
CMYK 0 0.13 0.50 0.13
HSL 44.73º 0.62% 0.65% -
HSV(B) 44.73º 0.5% 0.87% -
XYZ 51.76 54.66 22.86 -
YUV 192.02 82.28 148.67 -
System Red Green Blue C M Y K H S L
Decimal 221 193 111 0 0.13 0.50 0.13 44.73 0.62 0.65
Hex DD C1 6F 0 D 32 D 2D 3E 41
Octal 335 301 157 0 15 62 15 55 76 101
Binary 11011101 11000001 1101111 0 1101 110010 1101 101101 111110 1000001

Color Harmonies of #DDC16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC16F

Black with #DDC16F

Text Example


Text Example

White with #DDC16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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