Html Css Color HEX #DBC081 Straw

📋 copy color: '#DBC081'

red 219 ◦ green 192 ◦ blue 129

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

Shades of Straw #DBC081

Tints of Straw #DBC081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 23.89%

R = 40.56%
G = 35.56%
B = 23.89%

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

#DBC081 (or 0xDBC081) is known color: Straw. HEX triplet: DB, C0 and 81. RGB value is (219,192,129). Sum of RGB (Red+Green+Blue) = 219+192+129=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 129 (50.78% from 255 or 23.89% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC081 is #243F7E. Grayscale: #C1C1C1. Windows color (decimal): -2375551 or 8503515. OLE color: 8503515.

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

Color convert

RGB 219 192 129 -
CMYK 0 0.12 0.41 0.14
HSL 42º 0.56% 0.68% -
HSV(B) 42º 0.41% 0.86% -
XYZ 52.03 54.34 28.52 -
YUV 192.89 91.95 146.62 -
System Red Green Blue C M Y K H S L
Decimal 219 192 129 0 0.12 0.41 0.14 42 0.56 0.68
Hex DB C0 81 0 C 29 E 2A 38 44
Octal 333 300 201 0 14 51 16 52 70 104
Binary 11011011 11000000 10000001 0 1100 101001 1110 101010 111000 1000100

Color Harmonies of #DBC081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC081

Black with #DBC081

Text Example


Text Example

White with #DBC081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC081; }

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

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

background-color css

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

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

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

border-color css

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

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

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