Html Css Color HEX #D7BF7A Straw

📋 copy color: '#D7BF7A'

red 215 ◦ green 191 ◦ blue 122

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

Shades of Straw #D7BF7A

Tints of Straw #D7BF7A

RGB

 RED value IS 215 (84.38% from 255) = 40.72%

 GREEN value IS 191 (75% from 255) = 36.17%

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

R = 40.72%
G = 36.17%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D7BF7A (or 0xD7BF7A) is known color: Straw. HEX triplet: D7, BF and 7A. RGB value is (215,191,122). Sum of RGB (Red+Green+Blue) = 215+191+122=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BF7A is #284085. Grayscale: #BEBEBE. Windows color (decimal): -2637958 or 8044503. OLE color: 8044503.

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

Color convert

RGB 215 191 122 -
CMYK 0 0.11 0.43 0.16
HSL 44.52º 0.54% 0.66% -
HSV(B) 44.52º 0.43% 0.84% -
XYZ 50.17 53.11 26.02 -
YUV 190.31 89.45 145.61 -
System Red Green Blue C M Y K H S L
Decimal 215 191 122 0 0.11 0.43 0.16 44.52 0.54 0.66
Hex D7 BF 7A 0 B 2B 10 2D 36 42
Octal 327 277 172 0 13 53 20 55 66 102
Binary 11010111 10111111 1111010 0 1011 101011 10000 101101 110110 1000010

Color Harmonies of #D7BF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BF7A

Black with #D7BF7A

Text Example


Text Example

White with #D7BF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BF7A; }

 p { color: rgb(215,191,122); }

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

background-color css

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

 a { background-color: rgb(215,191,122); }

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

border-color css

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

 span { border-color: rgb(215,191,122); }

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