Html Css Color HEX #DBB870 Chenin

📋 copy color: '#DBB870'

red 219 ◦ green 184 ◦ blue 112

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

Shades of Chenin #DBB870

Tints of Chenin #DBB870

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.73%

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

R = 42.52%
G = 35.73%
B = 21.75%

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

#DBB870 (or 0xDBB870) is known color: Chenin. HEX triplet: DB, B8 and 70. RGB value is (219,184,112). Sum of RGB (Red+Green+Blue) = 219+184+112=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB870 is #24478F. Grayscale: #BABABA. Windows color (decimal): -2377616 or 7387355. OLE color: 7387355.

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

Color convert

RGB 219 184 112 -
CMYK 0 0.16 0.49 0.14
HSL 40.37º 0.6% 0.65% -
HSV(B) 40.37º 0.49% 0.86% -
XYZ 49.28 50.51 22.48 -
YUV 186.26 86.1 151.35 -
System Red Green Blue C M Y K H S L
Decimal 219 184 112 0 0.16 0.49 0.14 40.37 0.6 0.65
Hex DB B8 70 0 10 31 E 28 3C 41
Octal 333 270 160 0 20 61 16 50 74 101
Binary 11011011 10111000 1110000 0 10000 110001 1110 101000 111100 1000001

Color Harmonies of #DBB870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB870

Black with #DBB870

Text Example


Text Example

White with #DBB870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB870; }

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

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

background-color css

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

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

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

border-color css

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

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

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