Html Css Color HEX #DBBD7B Straw

📋 copy color: '#DBBD7B'

red 219 ◦ green 189 ◦ blue 123

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

Shades of Straw #DBBD7B

Tints of Straw #DBBD7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.16%

R = 41.24%
G = 35.59%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DBBD7B (or 0xDBBD7B) is known color: Straw. HEX triplet: DB, BD and 7B. RGB value is (219,189,123). Sum of RGB (Red+Green+Blue) = 219+189+123=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 123 (48.44% from 255 or 23.16% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBD7B is #244284. Grayscale: #BEBEBE. Windows color (decimal): -2376325 or 8109531. OLE color: 8109531.

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

Color convert

RGB 219 189 123 -
CMYK 0 0.14 0.44 0.14
HSL 41.25º 0.57% 0.67% -
HSV(B) 41.25º 0.44% 0.86% -
XYZ 50.99 52.89 26.26 -
YUV 190.45 89.94 148.37 -
System Red Green Blue C M Y K H S L
Decimal 219 189 123 0 0.14 0.44 0.14 41.25 0.57 0.67
Hex DB BD 7B 0 E 2C E 29 39 43
Octal 333 275 173 0 16 54 16 51 71 103
Binary 11011011 10111101 1111011 0 1110 101100 1110 101001 111001 1000011

Color Harmonies of #DBBD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBD7B

Black with #DBBD7B

Text Example


Text Example

White with #DBBD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBD7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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