Html Css Color HEX #D9C298 Raffia

📋 copy color: '#D9C298'

red 217 ◦ green 194 ◦ blue 152

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

Shades of Raffia #D9C298

Tints of Raffia #D9C298

RGB

 RED value IS 217 (85.16% from 255) = 38.54%

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

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

R = 38.54%
G = 34.46%
B = 27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D9C298 (or 0xD9C298) is known color: Raffia. HEX triplet: D9, C2 and 98. RGB value is (217,194,152). Sum of RGB (Red+Green+Blue) = 217+194+152=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 152 (59.77% from 255 or 27.00% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C298 is #263D67. Grayscale: #C4C4C4. Windows color (decimal): -2506088 or 10011353. OLE color: 10011353.

HSL color Cylindrical-coordinate representation of color #D9C298: hue angle of 38.77º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9C298 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 194 152 -
CMYK 0 0.11 0.30 0.15
HSL 38.77º 0.46% 0.72% -
HSV(B) 38.77º 0.3% 0.85% -
XYZ 53.57 55.6 37.61 -
YUV 196.09 103.12 142.92 -
System Red Green Blue C M Y K H S L
Decimal 217 194 152 0 0.11 0.30 0.15 38.77 0.46 0.72
Hex D9 C2 98 0 B 1E F 27 2E 48
Octal 331 302 230 0 13 36 17 47 56 110
Binary 11011001 11000010 10011000 0 1011 11110 1111 100111 101110 1001000

Color Harmonies of #D9C298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C298

Black with #D9C298

Text Example


Text Example

White with #D9C298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C298; }

 p { color: rgb(217,194,152); }

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

background-color css

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

 a { background-color: rgb(217,194,152); }

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

border-color css

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

 span { border-color: rgb(217,194,152); }

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