Html Css Color HEX #DDBB6F Chenin

📋 copy color: '#DDBB6F'

red 221 ◦ green 187 ◦ blue 111

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

Shades of Chenin #DDBB6F

Tints of Chenin #DDBB6F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.03%

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

R = 42.58%
G = 36.03%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDBB6F (or 0xDDBB6F) is known color: Chenin. HEX triplet: DD, BB and 6F. RGB value is (221,187,111). Sum of RGB (Red+Green+Blue) = 221+187+111=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 111 (43.75% from 255 or 21.39% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB6F is #224490. Grayscale: #BCBCBC. Windows color (decimal): -2245777 or 7322589. OLE color: 7322589.

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

Color convert

RGB 221 187 111 -
CMYK 0 0.15 0.50 0.13
HSL 41.45º 0.62% 0.65% -
HSV(B) 41.45º 0.5% 0.87% -
XYZ 50.46 52.06 22.43 -
YUV 188.5 84.26 151.18 -
System Red Green Blue C M Y K H S L
Decimal 221 187 111 0 0.15 0.50 0.13 41.45 0.62 0.65
Hex DD BB 6F 0 F 32 D 29 3E 41
Octal 335 273 157 0 17 62 15 51 76 101
Binary 11011101 10111011 1101111 0 1111 110010 1101 101001 111110 1000001

Color Harmonies of #DDBB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB6F

Black with #DDBB6F

Text Example


Text Example

White with #DDBB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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