Html Css Color HEX #DDBE6E Chenin

📋 copy color: '#DDBE6E'

red 221 ◦ green 190 ◦ blue 110

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

Shades of Chenin #DDBE6E

Tints of Chenin #DDBE6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.11%

R = 42.42%
G = 36.47%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDBE6E (or 0xDDBE6E) is known color: Chenin. HEX triplet: DD, BE and 6E. RGB value is (221,190,110). Sum of RGB (Red+Green+Blue) = 221+190+110=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 110 (43.36% from 255 or 21.11% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBE6E is #224191. Grayscale: #BEBEBE. Windows color (decimal): -2245010 or 7257821. OLE color: 7257821.

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

Color convert

RGB 221 190 110 -
CMYK 0 0.14 0.50 0.13
HSL 43.24º 0.62% 0.65% -
HSV(B) 43.24º 0.5% 0.87% -
XYZ 51.05 53.32 22.35 -
YUV 190.15 82.77 150 -
System Red Green Blue C M Y K H S L
Decimal 221 190 110 0 0.14 0.50 0.13 43.24 0.62 0.65
Hex DD BE 6E 0 E 32 D 2B 3E 41
Octal 335 276 156 0 16 62 15 53 76 101
Binary 11011101 10111110 1101110 0 1110 110010 1101 101011 111110 1000001

Color Harmonies of #DDBE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBE6E

Black with #DDBE6E

Text Example


Text Example

White with #DDBE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBE6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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