Html Css Color HEX #D8BE7E Straw

📋 copy color: '#D8BE7E'

red 216 ◦ green 190 ◦ blue 126

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

Shades of Straw #D8BE7E

Tints of Straw #D8BE7E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.71%

 BLUE value IS 126 (49.61% from 255) = 23.68%

R = 40.6%
G = 35.71%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D8BE7E (or 0xD8BE7E) is known color: Straw. HEX triplet: D8, BE and 7E. RGB value is (216,190,126). Sum of RGB (Red+Green+Blue) = 216+190+126=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 126 (49.61% from 255 or 23.68% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BE7E is #274181. Grayscale: #BEBEBE. Windows color (decimal): -2572674 or 8306392. OLE color: 8306392.

HSL color Cylindrical-coordinate representation of color #D8BE7E: hue angle of 42.67º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D8BE7E is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 190 126 -
CMYK 0 0.12 0.42 0.15
HSL 42.67º 0.54% 0.67% -
HSV(B) 42.67º 0.42% 0.85% -
XYZ 50.5 52.93 27.29 -
YUV 190.48 91.61 146.2 -
System Red Green Blue C M Y K H S L
Decimal 216 190 126 0 0.12 0.42 0.15 42.67 0.54 0.67
Hex D8 BE 7E 0 C 2A F 2B 36 43
Octal 330 276 176 0 14 52 17 53 66 103
Binary 11011000 10111110 1111110 0 1100 101010 1111 101011 110110 1000011

Color Harmonies of #D8BE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BE7E

Black with #D8BE7E

Text Example


Text Example

White with #D8BE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BE7E; }

 p { color: rgb(216,190,126); }

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

background-color css

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

 a { background-color: rgb(216,190,126); }

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

border-color css

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

 span { border-color: rgb(216,190,126); }

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