Html Css Color HEX #D6C398 Raffia

📋 copy color: '#D6C398'

red 214 ◦ green 195 ◦ blue 152

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

Shades of Raffia #D6C398

Tints of Raffia #D6C398

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.76%

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

R = 38.15%
G = 34.76%
B = 27.09%

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

#D6C398 (or 0xD6C398) is known color: Raffia. HEX triplet: D6, C3 and 98. RGB value is (214,195,152). Sum of RGB (Red+Green+Blue) = 214+195+152=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 152 (59.77% from 255 or 27.09% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C398 is #293C67. Grayscale: #C3C3C3. Windows color (decimal): -2702440 or 10011606. OLE color: 10011606.

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

Color convert

RGB 214 195 152 -
CMYK 0 0.09 0.29 0.16
HSL 41.61º 0.43% 0.72% -
HSV(B) 41.61º 0.29% 0.84% -
XYZ 52.91 55.59 37.65 -
YUV 195.78 103.29 141 -
System Red Green Blue C M Y K H S L
Decimal 214 195 152 0 0.09 0.29 0.16 41.61 0.43 0.72
Hex D6 C3 98 0 9 1D 10 2A 2B 48
Octal 326 303 230 0 11 35 20 52 53 110
Binary 11010110 11000011 10011000 0 1001 11101 10000 101010 101011 1001000

Color Harmonies of #D6C398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C398

Black with #D6C398

Text Example


Text Example

White with #D6C398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C398; }

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

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

background-color css

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

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

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

border-color css

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

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

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