Html Css Color HEX #DBB770 Chenin

📋 copy color: '#DBB770'

red 219 ◦ green 183 ◦ blue 112

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

Shades of Chenin #DBB770

Tints of Chenin #DBB770

RGB

 RED value IS 219 (85.94% from 255) = 42.61%

 GREEN value IS 183 (71.88% from 255) = 35.6%

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

R = 42.61%
G = 35.6%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DBB770 (or 0xDBB770) is known color: Chenin. HEX triplet: DB, B7 and 70. RGB value is (219,183,112). Sum of RGB (Red+Green+Blue) = 219+183+112=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB770 is #24488F. Grayscale: #B9B9B9. Windows color (decimal): -2377872 or 7387099. OLE color: 7387099.

HSL color Cylindrical-coordinate representation of color #DBB770: hue angle of 39.81º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBB770 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 183 112 -
CMYK 0 0.16 0.49 0.14
HSL 39.81º 0.6% 0.65% -
HSV(B) 39.81º 0.49% 0.86% -
XYZ 49.07 50.1 22.41 -
YUV 185.67 86.43 151.77 -
System Red Green Blue C M Y K H S L
Decimal 219 183 112 0 0.16 0.49 0.14 39.81 0.6 0.65
Hex DB B7 70 0 10 31 E 28 3C 41
Octal 333 267 160 0 20 61 16 50 74 101
Binary 11011011 10110111 1110000 0 10000 110001 1110 101000 111100 1000001

Color Harmonies of #DBB770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB770

Black with #DBB770

Text Example


Text Example

White with #DBB770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB770; }

 p { color: rgb(219,183,112); }

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

background-color css

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

 a { background-color: rgb(219,183,112); }

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

border-color css

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

 span { border-color: rgb(219,183,112); }

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