Html Css Color HEX #DBB678 Straw

📋 copy color: '#DBB678'

red 219 ◦ green 182 ◦ blue 120

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

Shades of Straw #DBB678

Tints of Straw #DBB678

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.93%

 BLUE value IS 120 (47.27% from 255) = 23.03%

R = 42.03%
G = 34.93%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DBB678 (or 0xDBB678) is known color: Straw. HEX triplet: DB, B6 and 78. RGB value is (219,182,120). Sum of RGB (Red+Green+Blue) = 219+182+120=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 120 (47.27% from 255 or 23.03% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB678 is #244987. Grayscale: #BABABA. Windows color (decimal): -2378120 or 7911131. OLE color: 7911131.

HSL color Cylindrical-coordinate representation of color #DBB678: hue angle of 37.58º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBB678 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 182 120 -
CMYK 0 0.17 0.45 0.14
HSL 37.58º 0.58% 0.66% -
HSV(B) 37.58º 0.45% 0.86% -
XYZ 49.33 49.87 24.8 -
YUV 186 90.76 151.54 -
System Red Green Blue C M Y K H S L
Decimal 219 182 120 0 0.17 0.45 0.14 37.58 0.58 0.66
Hex DB B6 78 0 11 2D E 26 3A 42
Octal 333 266 170 0 21 55 16 46 72 102
Binary 11011011 10110110 1111000 0 10001 101101 1110 100110 111010 1000010

Color Harmonies of #DBB678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB678

Black with #DBB678

Text Example


Text Example

White with #DBB678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB678; }

 p { color: rgb(219,182,120); }

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

background-color css

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

 a { background-color: rgb(219,182,120); }

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

border-color css

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

 span { border-color: rgb(219,182,120); }

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