Html Css Color HEX #D7BF99 Raffia

📋 copy color: '#D7BF99'

red 215 ◦ green 191 ◦ blue 153

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

Shades of Raffia #D7BF99

Tints of Raffia #D7BF99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.37%

R = 38.46%
G = 34.17%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D7BF99 (or 0xD7BF99) is known color: Raffia. HEX triplet: D7, BF and 99. RGB value is (215,191,153). Sum of RGB (Red+Green+Blue) = 215+191+153=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 153 (60.16% from 255 or 27.37% from 559); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BF99 is #284066. Grayscale: #C2C2C2. Windows color (decimal): -2637927 or 10076119. OLE color: 10076119.

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

Color convert

RGB 215 191 153 -
CMYK 0 0.11 0.29 0.16
HSL 36.77º 0.44% 0.72% -
HSV(B) 36.77º 0.29% 0.84% -
XYZ 52.4 54.01 37.8 -
YUV 193.84 104.95 143.09 -
System Red Green Blue C M Y K H S L
Decimal 215 191 153 0 0.11 0.29 0.16 36.77 0.44 0.72
Hex D7 BF 99 0 B 1D 10 25 2C 48
Octal 327 277 231 0 13 35 20 45 54 110
Binary 11010111 10111111 10011001 0 1011 11101 10000 100101 101100 1001000

Color Harmonies of #D7BF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BF99

Black with #D7BF99

Text Example


Text Example

White with #D7BF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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