Html Css Color HEX #DDBB70 Chenin

📋 copy color: '#DDBB70'

red 221 ◦ green 187 ◦ blue 112

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

Shades of Chenin #DDBB70

Tints of Chenin #DDBB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.54%

R = 42.5%
G = 35.96%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDBB70 (or 0xDDBB70) is known color: Chenin. HEX triplet: DD, BB and 70. RGB value is (221,187,112). Sum of RGB (Red+Green+Blue) = 221+187+112=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB70 is #22448F. Grayscale: #BCBCBC. Windows color (decimal): -2245776 or 7388125. OLE color: 7388125.

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

Color convert

RGB 221 187 112 -
CMYK 0 0.15 0.49 0.13
HSL 41.28º 0.62% 0.65% -
HSV(B) 41.28º 0.49% 0.87% -
XYZ 50.51 52.08 22.72 -
YUV 188.62 84.76 151.1 -
System Red Green Blue C M Y K H S L
Decimal 221 187 112 0 0.15 0.49 0.13 41.28 0.62 0.65
Hex DD BB 70 0 F 31 D 29 3E 41
Octal 335 273 160 0 17 61 15 51 76 101
Binary 11011101 10111011 1110000 0 1111 110001 1101 101001 111110 1000001

Color Harmonies of #DDBB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB70

Black with #DDBB70

Text Example


Text Example

White with #DDBB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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