Html Css Color HEX #D7BE9C Raffia

📋 copy color: '#D7BE9C'

red 215 ◦ green 190 ◦ blue 156

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

Shades of Raffia #D7BE9C

Tints of Raffia #D7BE9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.81%

R = 38.32%
G = 33.87%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D7BE9C (or 0xD7BE9C) is known color: Raffia. HEX triplet: D7, BE and 9C. RGB value is (215,190,156). Sum of RGB (Red+Green+Blue) = 215+190+156=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BE9C is #284163. Grayscale: #C1C1C1. Windows color (decimal): -2638180 or 10272471. OLE color: 10272471.

HSL color Cylindrical-coordinate representation of color #D7BE9C: hue angle of 34.58º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D7BE9C is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 190 156 -
CMYK 0 0.12 0.27 0.16
HSL 34.58º 0.42% 0.73% -
HSV(B) 34.58º 0.27% 0.84% -
XYZ 52.44 53.67 39.05 -
YUV 193.6 106.78 143.26 -
System Red Green Blue C M Y K H S L
Decimal 215 190 156 0 0.12 0.27 0.16 34.58 0.42 0.73
Hex D7 BE 9C 0 C 1B 10 23 2A 49
Octal 327 276 234 0 14 33 20 43 52 111
Binary 11010111 10111110 10011100 0 1100 11011 10000 100011 101010 1001001

Color Harmonies of #D7BE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BE9C

Black with #D7BE9C

Text Example


Text Example

White with #D7BE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BE9C; }

 p { color: rgb(215,190,156); }

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

background-color css

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

 a { background-color: rgb(215,190,156); }

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

border-color css

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

 span { border-color: rgb(215,190,156); }

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