Html Css Color HEX #D5BA7D Straw

📋 copy color: '#D5BA7D'

red 213 ◦ green 186 ◦ blue 125

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

Shades of Straw #D5BA7D

Tints of Straw #D5BA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.85%

R = 40.65%
G = 35.5%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5BA7D (or 0xD5BA7D) is known color: Straw. HEX triplet: D5, BA and 7D. RGB value is (213,186,125). Sum of RGB (Red+Green+Blue) = 213+186+125=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BA7D is #2A4582. Grayscale: #BBBBBB. Windows color (decimal): -2770307 or 8239829. OLE color: 8239829.

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

Color convert

RGB 213 186 125 -
CMYK 0 0.13 0.41 0.16
HSL 41.59º 0.51% 0.66% -
HSV(B) 41.59º 0.41% 0.84% -
XYZ 48.7 50.74 26.63 -
YUV 187.12 92.95 146.46 -
System Red Green Blue C M Y K H S L
Decimal 213 186 125 0 0.13 0.41 0.16 41.59 0.51 0.66
Hex D5 BA 7D 0 D 29 10 2A 33 42
Octal 325 272 175 0 15 51 20 52 63 102
Binary 11010101 10111010 1111101 0 1101 101001 10000 101010 110011 1000010

Color Harmonies of #D5BA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BA7D

Black with #D5BA7D

Text Example


Text Example

White with #D5BA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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