Html Css Color HEX #DDBE73 Chenin

📋 copy color: '#DDBE73'

red 221 ◦ green 190 ◦ blue 115

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

Shades of Chenin #DDBE73

Tints of Chenin #DDBE73

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.12%

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

R = 42.02%
G = 36.12%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDBE73 (or 0xDDBE73) is known color: Chenin. HEX triplet: DD, BE and 73. RGB value is (221,190,115). Sum of RGB (Red+Green+Blue) = 221+190+115=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 115 (45.31% from 255 or 21.86% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBE73 is #22418C. Grayscale: #BFBFBF. Windows color (decimal): -2245005 or 7585501. OLE color: 7585501.

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

Color convert

RGB 221 190 115 -
CMYK 0 0.14 0.48 0.13
HSL 42.45º 0.61% 0.66% -
HSV(B) 42.45º 0.48% 0.87% -
XYZ 51.33 53.44 23.83 -
YUV 190.72 85.27 149.6 -
System Red Green Blue C M Y K H S L
Decimal 221 190 115 0 0.14 0.48 0.13 42.45 0.61 0.66
Hex DD BE 73 0 E 30 D 2A 3D 42
Octal 335 276 163 0 16 60 15 52 75 102
Binary 11011101 10111110 1110011 0 1110 110000 1101 101010 111101 1000010

Color Harmonies of #DDBE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBE73

Black with #DDBE73

Text Example


Text Example

White with #DDBE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBE73; }

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

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

background-color css

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

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

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

border-color css

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

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

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