Html Css Color HEX #DDBE66 Chenin

📋 copy color: '#DDBE66'

red 221 ◦ green 190 ◦ blue 102

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

Shades of Chenin #DDBE66

Tints of Chenin #DDBE66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.88%

R = 43.08%
G = 37.04%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDBE66 (or 0xDDBE66) is known color: Chenin. HEX triplet: DD, BE and 66. RGB value is (221,190,102). Sum of RGB (Red+Green+Blue) = 221+190+102=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 102 (40.23% from 255 or 19.88% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBE66 is #224199. Grayscale: #BDBDBD. Windows color (decimal): -2245018 or 6733533. OLE color: 6733533.

HSL color Cylindrical-coordinate representation of color #DDBE66: hue angle of 44.37º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDBE66 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 190 102 -
CMYK 0 0.14 0.54 0.13
HSL 44.37º 0.64% 0.63% -
HSV(B) 44.37º 0.54% 0.87% -
XYZ 50.63 53.16 20.16 -
YUV 189.24 78.77 150.66 -
System Red Green Blue C M Y K H S L
Decimal 221 190 102 0 0.14 0.54 0.13 44.37 0.64 0.63
Hex DD BE 66 0 E 36 D 2C 40 3F
Octal 335 276 146 0 16 66 15 54 100 77
Binary 11011101 10111110 1100110 0 1110 110110 1101 101100 1000000 111111

Color Harmonies of #DDBE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBE66

Black with #DDBE66

Text Example


Text Example

White with #DDBE66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBE66; }

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

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

background-color css

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

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

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

border-color css

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

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

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