Html Css Color HEX #D5BA79 Straw

📋 copy color: '#D5BA79'

red 213 ◦ green 186 ◦ blue 121

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

Shades of Straw #D5BA79

Tints of Straw #D5BA79

RGB

 RED value IS 213 (83.59% from 255) = 40.96%

 GREEN value IS 186 (73.05% from 255) = 35.77%

 BLUE value IS 121 (47.66% from 255) = 23.27%

R = 40.96%
G = 35.77%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5BA79 (or 0xD5BA79) is known color: Straw. HEX triplet: D5, BA and 79. RGB value is (213,186,121). Sum of RGB (Red+Green+Blue) = 213+186+121=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 121 (47.66% from 255 or 23.27% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BA79 is #2A4586. Grayscale: #BABABA. Windows color (decimal): -2770311 or 7977685. OLE color: 7977685.

HSL color Cylindrical-coordinate representation of color #D5BA79: hue angle of 42.39º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5BA79 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 186 121 -
CMYK 0 0.13 0.43 0.16
HSL 42.39º 0.52% 0.65% -
HSV(B) 42.39º 0.43% 0.84% -
XYZ 48.45 50.64 25.31 -
YUV 186.66 90.95 146.79 -
System Red Green Blue C M Y K H S L
Decimal 213 186 121 0 0.13 0.43 0.16 42.39 0.52 0.65
Hex D5 BA 79 0 D 2B 10 2A 34 41
Octal 325 272 171 0 15 53 20 52 64 101
Binary 11010101 10111010 1111001 0 1101 101011 10000 101010 110100 1000001

Color Harmonies of #D5BA79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BA79

Black with #D5BA79

Text Example


Text Example

White with #D5BA79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BA79; }

 p { color: rgb(213,186,121); }

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

background-color css

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

 a { background-color: rgb(213,186,121); }

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

border-color css

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

 span { border-color: rgb(213,186,121); }

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