Html Css Color HEX #D8BE7A Straw

📋 copy color: '#D8BE7A'

red 216 ◦ green 190 ◦ blue 122

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

Shades of Straw #D8BE7A

Tints of Straw #D8BE7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.11%

R = 40.91%
G = 35.98%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D8BE7A (or 0xD8BE7A) is known color: Straw. HEX triplet: D8, BE and 7A. RGB value is (216,190,122). Sum of RGB (Red+Green+Blue) = 216+190+122=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BE7A is #274185. Grayscale: #BEBEBE. Windows color (decimal): -2572678 or 8044248. OLE color: 8044248.

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

Color convert

RGB 216 190 122 -
CMYK 0 0.12 0.44 0.15
HSL 43.4º 0.55% 0.66% -
HSV(B) 43.4º 0.44% 0.85% -
XYZ 50.25 52.83 25.96 -
YUV 190.02 89.61 146.53 -
System Red Green Blue C M Y K H S L
Decimal 216 190 122 0 0.12 0.44 0.15 43.4 0.55 0.66
Hex D8 BE 7A 0 C 2C F 2B 37 42
Octal 330 276 172 0 14 54 17 53 67 102
Binary 11011000 10111110 1111010 0 1100 101100 1111 101011 110111 1000010

Color Harmonies of #D8BE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BE7A

Black with #D8BE7A

Text Example


Text Example

White with #D8BE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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