Html Css Color HEX #DBC084 Straw

📋 copy color: '#DBC084'

red 219 ◦ green 192 ◦ blue 132

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

Shades of Straw #DBC084

Tints of Straw #DBC084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.31%

R = 40.33%
G = 35.36%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DBC084 (or 0xDBC084) is known color: Straw. HEX triplet: DB, C0 and 84. RGB value is (219,192,132). Sum of RGB (Red+Green+Blue) = 219+192+132=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 132 (51.95% from 255 or 24.31% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC084 is #243F7B. Grayscale: #C1C1C1. Windows color (decimal): -2375548 or 8700123. OLE color: 8700123.

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

Color convert

RGB 219 192 132 -
CMYK 0 0.12 0.40 0.14
HSL 41.38º 0.55% 0.69% -
HSV(B) 41.38º 0.4% 0.86% -
XYZ 52.23 54.43 29.58 -
YUV 193.23 93.45 146.38 -
System Red Green Blue C M Y K H S L
Decimal 219 192 132 0 0.12 0.40 0.14 41.38 0.55 0.69
Hex DB C0 84 0 C 28 E 29 37 45
Octal 333 300 204 0 14 50 16 51 67 105
Binary 11011011 11000000 10000100 0 1100 101000 1110 101001 110111 1000101

Color Harmonies of #DBC084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC084

Black with #DBC084

Text Example


Text Example

White with #DBC084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC084; }

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

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

background-color css

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

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

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

border-color css

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

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

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