Html Css Color HEX #D7C092 Raffia

📋 copy color: '#D7C092'

red 215 ◦ green 192 ◦ blue 146

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

Shades of Raffia #D7C092

Tints of Raffia #D7C092

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.72%

 BLUE value IS 146 (57.42% from 255) = 26.4%

R = 38.88%
G = 34.72%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D7C092 (or 0xD7C092) is known color: Raffia. HEX triplet: D7, C0 and 92. RGB value is (215,192,146). Sum of RGB (Red+Green+Blue) = 215+192+146=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 146 (57.42% from 255 or 26.40% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C092 is #283F6D. Grayscale: #C1C1C1. Windows color (decimal): -2637678 or 9617623. OLE color: 9617623.

HSL color Cylindrical-coordinate representation of color #D7C092: hue angle of 40º 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 #D7C092 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 192 146 -
CMYK 0 0.11 0.32 0.16
HSL 40º 0.46% 0.71% -
HSV(B) 40º 0.32% 0.84% -
XYZ 52.06 54.22 34.92 -
YUV 193.63 101.12 143.24 -
System Red Green Blue C M Y K H S L
Decimal 215 192 146 0 0.11 0.32 0.16 40 0.46 0.71
Hex D7 C0 92 0 B 20 10 28 2E 47
Octal 327 300 222 0 13 40 20 50 56 107
Binary 11010111 11000000 10010010 0 1011 100000 10000 101000 101110 1000111

Color Harmonies of #D7C092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C092

Black with #D7C092

Text Example


Text Example

White with #D7C092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C092; }

 p { color: rgb(215,192,146); }

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

background-color css

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

 a { background-color: rgb(215,192,146); }

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

border-color css

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

 span { border-color: rgb(215,192,146); }

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