Html Css Color HEX #D6C298 Raffia

📋 copy color: '#D6C298'

red 214 ◦ green 194 ◦ blue 152

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

Shades of Raffia #D6C298

Tints of Raffia #D6C298

RGB

 RED value IS 214 (83.98% from 255) = 38.21%

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

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

R = 38.21%
G = 34.64%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D6C298 (or 0xD6C298) is known color: Raffia. HEX triplet: D6, C2 and 98. RGB value is (214,194,152). Sum of RGB (Red+Green+Blue) = 214+194+152=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 152 (59.77% from 255 or 27.14% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C298 is #293D67. Grayscale: #C3C3C3. Windows color (decimal): -2702696 or 10011350. OLE color: 10011350.

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

Color convert

RGB 214 194 152 -
CMYK 0 0.09 0.29 0.16
HSL 40.65º 0.43% 0.72% -
HSV(B) 40.65º 0.29% 0.84% -
XYZ 52.69 55.15 37.57 -
YUV 195.19 103.63 141.42 -
System Red Green Blue C M Y K H S L
Decimal 214 194 152 0 0.09 0.29 0.16 40.65 0.43 0.72
Hex D6 C2 98 0 9 1D 10 29 2B 48
Octal 326 302 230 0 11 35 20 51 53 110
Binary 11010110 11000010 10011000 0 1001 11101 10000 101001 101011 1001000

Color Harmonies of #D6C298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C298

Black with #D6C298

Text Example


Text Example

White with #D6C298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C298; }

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

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

background-color css

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

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

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

border-color css

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

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

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