Html Css Color HEX #DDBB73 Chenin

📋 copy color: '#DDBB73'

red 221 ◦ green 187 ◦ blue 115

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

Shades of Chenin #DDBB73

Tints of Chenin #DDBB73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.99%

R = 42.26%
G = 35.76%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDBB73 (or 0xDDBB73) is known color: Chenin. HEX triplet: DD, BB and 73. RGB value is (221,187,115). Sum of RGB (Red+Green+Blue) = 221+187+115=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 115 (45.31% from 255 or 21.99% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB73 is #22448C. Grayscale: #BDBDBD. Windows color (decimal): -2245773 or 7584733. OLE color: 7584733.

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

Color convert

RGB 221 187 115 -
CMYK 0 0.15 0.48 0.13
HSL 40.75º 0.61% 0.66% -
HSV(B) 40.75º 0.48% 0.87% -
XYZ 50.68 52.15 23.61 -
YUV 188.96 86.26 150.85 -
System Red Green Blue C M Y K H S L
Decimal 221 187 115 0 0.15 0.48 0.13 40.75 0.61 0.66
Hex DD BB 73 0 F 30 D 29 3D 42
Octal 335 273 163 0 17 60 15 51 75 102
Binary 11011101 10111011 1110011 0 1111 110000 1101 101001 111101 1000010

Color Harmonies of #DDBB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB73

Black with #DDBB73

Text Example


Text Example

White with #DDBB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB73; }

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

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

background-color css

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

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

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

border-color css

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

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

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