Html Css Color HEX #DDBB76 Chenin

📋 copy color: '#DDBB76'

red 221 ◦ green 187 ◦ blue 118

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

Shades of Chenin #DDBB76

Tints of Chenin #DDBB76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.43%

R = 42.02%
G = 35.55%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDBB76 (or 0xDDBB76) is known color: Chenin. HEX triplet: DD, BB and 76. RGB value is (221,187,118). Sum of RGB (Red+Green+Blue) = 221+187+118=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 118 (46.48% from 255 or 22.43% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB76 is #224489. Grayscale: #BDBDBD. Windows color (decimal): -2245770 or 7781341. OLE color: 7781341.

HSL color Cylindrical-coordinate representation of color #DDBB76: hue angle of 40.19º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDBB76 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 187 118 -
CMYK 0 0.15 0.47 0.13
HSL 40.19º 0.6% 0.66% -
HSV(B) 40.19º 0.47% 0.87% -
XYZ 50.86 52.22 24.54 -
YUV 189.3 87.76 150.61 -
System Red Green Blue C M Y K H S L
Decimal 221 187 118 0 0.15 0.47 0.13 40.19 0.6 0.66
Hex DD BB 76 0 F 2F D 28 3C 42
Octal 335 273 166 0 17 57 15 50 74 102
Binary 11011101 10111011 1110110 0 1111 101111 1101 101000 111100 1000010

Color Harmonies of #DDBB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB76

Black with #DDBB76

Text Example


Text Example

White with #DDBB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB76; }

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

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

background-color css

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

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

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

border-color css

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

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

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