Html Css Color HEX #D8B875 Straw

📋 copy color: '#D8B875'

red 216 ◦ green 184 ◦ blue 117

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

Shades of Straw #D8B875

Tints of Straw #D8B875

RGB

 RED value IS 216 (84.77% from 255) = 41.78%

 GREEN value IS 184 (72.27% from 255) = 35.59%

 BLUE value IS 117 (46.09% from 255) = 22.63%

R = 41.78%
G = 35.59%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D8B875 (or 0xD8B875) is known color: Straw. HEX triplet: D8, B8 and 75. RGB value is (216,184,117). Sum of RGB (Red+Green+Blue) = 216+184+117=517 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.78% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B875 is #27478A. Grayscale: #BABABA. Windows color (decimal): -2574219 or 7715032. OLE color: 7715032.

HSL color Cylindrical-coordinate representation of color #D8B875: hue angle of 40.61º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D8B875 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 184 117 -
CMYK 0 0.15 0.46 0.15
HSL 40.61º 0.56% 0.65% -
HSV(B) 40.61º 0.46% 0.85% -
XYZ 48.67 50.16 23.95 -
YUV 185.93 89.1 149.45 -
System Red Green Blue C M Y K H S L
Decimal 216 184 117 0 0.15 0.46 0.15 40.61 0.56 0.65
Hex D8 B8 75 0 F 2E F 29 38 41
Octal 330 270 165 0 17 56 17 51 70 101
Binary 11011000 10111000 1110101 0 1111 101110 1111 101001 111000 1000001

Color Harmonies of #D8B875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B875

Black with #D8B875

Text Example


Text Example

White with #D8B875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B875; }

 p { color: rgb(216,184,117); }

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

background-color css

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

 a { background-color: rgb(216,184,117); }

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

border-color css

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

 span { border-color: rgb(216,184,117); }

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