Html Css Color HEX #D5C094 Raffia

📋 copy color: '#D5C094'

red 213 ◦ green 192 ◦ blue 148

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

Shades of Raffia #D5C094

Tints of Raffia #D5C094

RGB

 RED value IS 213 (83.59% from 255) = 38.52%

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

 BLUE value IS 148 (58.2% from 255) = 26.76%

R = 38.52%
G = 34.72%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D5C094 (or 0xD5C094) is known color: Raffia. HEX triplet: D5, C0 and 94. RGB value is (213,192,148). Sum of RGB (Red+Green+Blue) = 213+192+148=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 148 (58.20% from 255 or 26.76% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C094 is #2A3F6B. Grayscale: #C1C1C1. Windows color (decimal): -2768748 or 9748693. OLE color: 9748693.

HSL color Cylindrical-coordinate representation of color #D5C094: hue angle of 40.62º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5C094 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 192 148 -
CMYK 0 0.10 0.31 0.16
HSL 40.62º 0.44% 0.71% -
HSV(B) 40.62º 0.31% 0.84% -
XYZ 51.64 53.98 35.72 -
YUV 193.26 102.46 142.08 -
System Red Green Blue C M Y K H S L
Decimal 213 192 148 0 0.10 0.31 0.16 40.62 0.44 0.71
Hex D5 C0 94 0 A 1F 10 29 2C 47
Octal 325 300 224 0 12 37 20 51 54 107
Binary 11010101 11000000 10010100 0 1010 11111 10000 101001 101100 1000111

Color Harmonies of #D5C094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C094

Black with #D5C094

Text Example


Text Example

White with #D5C094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C094; }

 p { color: rgb(213,192,148); }

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

background-color css

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

 a { background-color: rgb(213,192,148); }

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

border-color css

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

 span { border-color: rgb(213,192,148); }

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