Html Css Color HEX #D5B77F Straw

📋 copy color: '#D5B77F'

red 213 ◦ green 183 ◦ blue 127

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

Shades of Straw #D5B77F

Tints of Straw #D5B77F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.99%

 BLUE value IS 127 (50% from 255) = 24.28%

R = 40.73%
G = 34.99%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D5B77F (or 0xD5B77F) is known color: Straw. HEX triplet: D5, B7 and 7F. RGB value is (213,183,127). Sum of RGB (Red+Green+Blue) = 213+183+127=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 127 (50% from 255 or 24.28% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B77F is #2A4880. Grayscale: #B9B9B9. Windows color (decimal): -2771073 or 8370133. OLE color: 8370133.

HSL color Cylindrical-coordinate representation of color #D5B77F: hue angle of 39.07º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5B77F is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 183 127 -
CMYK 0 0.14 0.40 0.16
HSL 39.07º 0.51% 0.67% -
HSV(B) 39.07º 0.4% 0.84% -
XYZ 48.2 49.55 27.1 -
YUV 185.59 94.94 147.55 -
System Red Green Blue C M Y K H S L
Decimal 213 183 127 0 0.14 0.40 0.16 39.07 0.51 0.67
Hex D5 B7 7F 0 E 28 10 27 33 43
Octal 325 267 177 0 16 50 20 47 63 103
Binary 11010101 10110111 1111111 0 1110 101000 10000 100111 110011 1000011

Color Harmonies of #D5B77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B77F

Black with #D5B77F

Text Example


Text Example

White with #D5B77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B77F; }

 p { color: rgb(213,183,127); }

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

background-color css

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

 a { background-color: rgb(213,183,127); }

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

border-color css

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

 span { border-color: rgb(213,183,127); }

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