Html Css Color HEX #DBBD7C Straw

📋 copy color: '#DBBD7C'

red 219 ◦ green 189 ◦ blue 124

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

Shades of Straw #DBBD7C

Tints of Straw #DBBD7C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.53%

 BLUE value IS 124 (48.83% from 255) = 23.31%

R = 41.17%
G = 35.53%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DBBD7C (or 0xDBBD7C) is known color: Straw. HEX triplet: DB, BD and 7C. RGB value is (219,189,124). Sum of RGB (Red+Green+Blue) = 219+189+124=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 124 (48.83% from 255 or 23.31% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBD7C is #244283. Grayscale: #BEBEBE. Windows color (decimal): -2376324 or 8175067. OLE color: 8175067.

HSL color Cylindrical-coordinate representation of color #DBBD7C: hue angle of 41.05º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBBD7C is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 189 124 -
CMYK 0 0.14 0.43 0.14
HSL 41.05º 0.57% 0.67% -
HSV(B) 41.05º 0.43% 0.86% -
XYZ 51.05 52.91 26.59 -
YUV 190.56 90.44 148.29 -
System Red Green Blue C M Y K H S L
Decimal 219 189 124 0 0.14 0.43 0.14 41.05 0.57 0.67
Hex DB BD 7C 0 E 2B E 29 39 43
Octal 333 275 174 0 16 53 16 51 71 103
Binary 11011011 10111101 1111100 0 1110 101011 1110 101001 111001 1000011

Color Harmonies of #DBBD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBD7C

Black with #DBBD7C

Text Example


Text Example

White with #DBBD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBD7C; }

 p { color: rgb(219,189,124); }

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

background-color css

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

 a { background-color: rgb(219,189,124); }

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

border-color css

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

 span { border-color: rgb(219,189,124); }

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