Html Css Color HEX #D7C098 Raffia

📋 copy color: '#D7C098'

red 215 ◦ green 192 ◦ blue 152

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

Shades of Raffia #D7C098

Tints of Raffia #D7C098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.19%

R = 38.46%
G = 34.35%
B = 27.19%

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

#D7C098 (or 0xD7C098) is known color: Raffia. HEX triplet: D7, C0 and 98. RGB value is (215,192,152). Sum of RGB (Red+Green+Blue) = 215+192+152=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 152 (59.77% from 255 or 27.19% from 559); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C098 is #283F67. Grayscale: #C2C2C2. Windows color (decimal): -2637672 or 10010839. OLE color: 10010839.

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

Color convert

RGB 215 192 152 -
CMYK 0 0.11 0.29 0.16
HSL 38.1º 0.44% 0.72% -
HSV(B) 38.1º 0.29% 0.84% -
XYZ 52.54 54.41 37.44 -
YUV 194.32 104.12 142.75 -
System Red Green Blue C M Y K H S L
Decimal 215 192 152 0 0.11 0.29 0.16 38.1 0.44 0.72
Hex D7 C0 98 0 B 1D 10 26 2C 48
Octal 327 300 230 0 13 35 20 46 54 110
Binary 11010111 11000000 10011000 0 1011 11101 10000 100110 101100 1001000

Color Harmonies of #D7C098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C098

Black with #D7C098

Text Example


Text Example

White with #D7C098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C098; }

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

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

background-color css

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

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

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

border-color css

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

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

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