Html Css Color HEX #DBBB7C Straw

📋 copy color: '#DBBB7C'

red 219 ◦ green 187 ◦ blue 124

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

Shades of Straw #DBBB7C

Tints of Straw #DBBB7C

RGB

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

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

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

R = 41.32%
G = 35.28%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DBBB7C (or 0xDBBB7C) is known color: Straw. HEX triplet: DB, BB and 7C. RGB value is (219,187,124). Sum of RGB (Red+Green+Blue) = 219+187+124=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 124 (48.83% from 255 or 23.40% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBB7C is #244483. Grayscale: #BDBDBD. Windows color (decimal): -2376836 or 8174555. OLE color: 8174555.

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

Color convert

RGB 219 187 124 -
CMYK 0 0.15 0.43 0.14
HSL 39.79º 0.57% 0.67% -
HSV(B) 39.79º 0.43% 0.86% -
XYZ 50.62 52.06 26.45 -
YUV 189.39 91.1 149.12 -
System Red Green Blue C M Y K H S L
Decimal 219 187 124 0 0.15 0.43 0.14 39.79 0.57 0.67
Hex DB BB 7C 0 F 2B E 28 39 43
Octal 333 273 174 0 17 53 16 50 71 103
Binary 11011011 10111011 1111100 0 1111 101011 1110 101000 111001 1000011

Color Harmonies of #DBBB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBB7C

Black with #DBBB7C

Text Example


Text Example

White with #DBBB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBB7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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