Html Css Color HEX #D7C293 Raffia

📋 copy color: '#D7C293'

red 215 ◦ green 194 ◦ blue 147

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

Shades of Raffia #D7C293

Tints of Raffia #D7C293

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.89%

 BLUE value IS 147 (57.81% from 255) = 26.44%

R = 38.67%
G = 34.89%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D7C293 (or 0xD7C293) is known color: Raffia. HEX triplet: D7, C2 and 93. RGB value is (215,194,147). Sum of RGB (Red+Green+Blue) = 215+194+147=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 147 (57.81% from 255 or 26.44% from 556); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C293 is #283D6C. Grayscale: #C3C3C3. Windows color (decimal): -2637165 or 9683671. OLE color: 9683671.

HSL color Cylindrical-coordinate representation of color #D7C293: hue angle of 41.47º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D7C293 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 194 147 -
CMYK 0 0.10 0.32 0.16
HSL 41.47º 0.46% 0.71% -
HSV(B) 41.47º 0.32% 0.84% -
XYZ 52.58 55.14 35.47 -
YUV 194.92 100.96 142.32 -
System Red Green Blue C M Y K H S L
Decimal 215 194 147 0 0.10 0.32 0.16 41.47 0.46 0.71
Hex D7 C2 93 0 A 20 10 29 2E 47
Octal 327 302 223 0 12 40 20 51 56 107
Binary 11010111 11000010 10010011 0 1010 100000 10000 101001 101110 1000111

Color Harmonies of #D7C293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C293

Black with #D7C293

Text Example


Text Example

White with #D7C293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C293; }

 p { color: rgb(215,194,147); }

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

background-color css

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

 a { background-color: rgb(215,194,147); }

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

border-color css

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

 span { border-color: rgb(215,194,147); }

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