Html Css Color HEX #DBBC7F Straw

📋 copy color: '#DBBC7F'

red 219 ◦ green 188 ◦ blue 127

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

Shades of Straw #DBBC7F

Tints of Straw #DBBC7F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.21%

 BLUE value IS 127 (50% from 255) = 23.78%

R = 41.01%
G = 35.21%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DBBC7F (or 0xDBBC7F) is known color: Straw. HEX triplet: DB, BC and 7F. RGB value is (219,188,127). Sum of RGB (Red+Green+Blue) = 219+188+127=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 127 (50% from 255 or 23.78% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBC7F is #244380. Grayscale: #BEBEBE. Windows color (decimal): -2376577 or 8371419. OLE color: 8371419.

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

Color convert

RGB 219 188 127 -
CMYK 0 0.14 0.42 0.14
HSL 39.78º 0.56% 0.68% -
HSV(B) 39.78º 0.42% 0.86% -
XYZ 51.03 52.56 27.53 -
YUV 190.32 92.27 148.46 -
System Red Green Blue C M Y K H S L
Decimal 219 188 127 0 0.14 0.42 0.14 39.78 0.56 0.68
Hex DB BC 7F 0 E 2A E 28 38 44
Octal 333 274 177 0 16 52 16 50 70 104
Binary 11011011 10111100 1111111 0 1110 101010 1110 101000 111000 1000100

Color Harmonies of #DBBC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBC7F

Black with #DBBC7F

Text Example


Text Example

White with #DBBC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBC7F; }

 p { color: rgb(219,188,127); }

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

background-color css

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

 a { background-color: rgb(219,188,127); }

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

border-color css

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

 span { border-color: rgb(219,188,127); }

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