Html Css Color HEX #DBC082 Straw

📋 copy color: '#DBC082'

red 219 ◦ green 192 ◦ blue 130

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

Shades of Straw #DBC082

Tints of Straw #DBC082

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.49%

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

R = 40.48%
G = 35.49%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DBC082 (or 0xDBC082) is known color: Straw. HEX triplet: DB, C0 and 82. RGB value is (219,192,130). Sum of RGB (Red+Green+Blue) = 219+192+130=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 130 (51.17% from 255 or 24.03% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC082 is #243F7D. Grayscale: #C1C1C1. Windows color (decimal): -2375550 or 8569051. OLE color: 8569051.

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

Color convert

RGB 219 192 130 -
CMYK 0 0.12 0.41 0.14
HSL 41.8º 0.55% 0.68% -
HSV(B) 41.8º 0.41% 0.86% -
XYZ 52.09 54.37 28.87 -
YUV 193.01 92.45 146.54 -
System Red Green Blue C M Y K H S L
Decimal 219 192 130 0 0.12 0.41 0.14 41.8 0.55 0.68
Hex DB C0 82 0 C 29 E 2A 37 44
Octal 333 300 202 0 14 51 16 52 67 104
Binary 11011011 11000000 10000010 0 1100 101001 1110 101010 110111 1000100

Color Harmonies of #DBC082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC082

Black with #DBC082

Text Example


Text Example

White with #DBC082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC082; }

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

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

background-color css

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

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

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

border-color css

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

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

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