Html Css Color HEX #DDB96F Chenin

📋 copy color: '#DDB96F'

red 221 ◦ green 185 ◦ blue 111

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

Shades of Chenin #DDB96F

Tints of Chenin #DDB96F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.78%

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

R = 42.75%
G = 35.78%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDB96F (or 0xDDB96F) is known color: Chenin. HEX triplet: DD, B9 and 6F. RGB value is (221,185,111). Sum of RGB (Red+Green+Blue) = 221+185+111=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 111 (43.75% from 255 or 21.47% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB96F is #224690. Grayscale: #BBBBBB. Windows color (decimal): -2246289 or 7322077. OLE color: 7322077.

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

Color convert

RGB 221 185 111 -
CMYK 0 0.16 0.50 0.13
HSL 40.36º 0.62% 0.65% -
HSV(B) 40.36º 0.5% 0.87% -
XYZ 50.04 51.22 22.29 -
YUV 187.33 84.93 152.02 -
System Red Green Blue C M Y K H S L
Decimal 221 185 111 0 0.16 0.50 0.13 40.36 0.62 0.65
Hex DD B9 6F 0 10 32 D 28 3E 41
Octal 335 271 157 0 20 62 15 50 76 101
Binary 11011101 10111001 1101111 0 10000 110010 1101 101000 111110 1000001

Color Harmonies of #DDB96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB96F

Black with #DDB96F

Text Example


Text Example

White with #DDB96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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