Html Css Color HEX #DBBC82 Straw

📋 copy color: '#DBBC82'

red 219 ◦ green 188 ◦ blue 130

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

Shades of Straw #DBBC82

Tints of Straw #DBBC82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.21%

R = 40.78%
G = 35.01%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DBBC82 (or 0xDBBC82) is known color: Straw. HEX triplet: DB, BC and 82. RGB value is (219,188,130). Sum of RGB (Red+Green+Blue) = 219+188+130=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 130 (51.17% from 255 or 24.21% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBC82 is #24437D. Grayscale: #BEBEBE. Windows color (decimal): -2376574 or 8568027. OLE color: 8568027.

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

Color convert

RGB 219 188 130 -
CMYK 0 0.14 0.41 0.14
HSL 39.1º 0.55% 0.68% -
HSV(B) 39.1º 0.41% 0.86% -
XYZ 51.23 52.64 28.58 -
YUV 190.66 93.77 148.22 -
System Red Green Blue C M Y K H S L
Decimal 219 188 130 0 0.14 0.41 0.14 39.1 0.55 0.68
Hex DB BC 82 0 E 29 E 27 37 44
Octal 333 274 202 0 16 51 16 47 67 104
Binary 11011011 10111100 10000010 0 1110 101001 1110 100111 110111 1000100

Color Harmonies of #DBBC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBC82

Black with #DBBC82

Text Example


Text Example

White with #DBBC82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBC82; }

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

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

background-color css

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

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

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

border-color css

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

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

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