Html Css Color HEX #DDC394 Raffia

📋 copy color: '#DDC394'

red 221 ◦ green 195 ◦ blue 148

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

Shades of Raffia #DDC394

Tints of Raffia #DDC394

RGB

 RED value IS 221 (86.72% from 255) = 39.18%

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

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

R = 39.18%
G = 34.57%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDC394 (or 0xDDC394) is known color: Raffia. HEX triplet: DD, C3 and 94. RGB value is (221,195,148). Sum of RGB (Red+Green+Blue) = 221+195+148=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 195 (76.56% from 255 or 34.57% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC394 is #223C6B. Grayscale: #C5C5C5. Windows color (decimal): -2243692 or 9749469. OLE color: 9749469.

HSL color Cylindrical-coordinate representation of color #DDC394: hue angle of 38.63º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDC394 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 195 148 -
CMYK 0 0.12 0.33 0.13
HSL 38.63º 0.52% 0.72% -
HSV(B) 38.63º 0.33% 0.87% -
XYZ 54.68 56.54 36.05 -
YUV 197.42 100.11 144.82 -
System Red Green Blue C M Y K H S L
Decimal 221 195 148 0 0.12 0.33 0.13 38.63 0.52 0.72
Hex DD C3 94 0 C 21 D 27 34 48
Octal 335 303 224 0 14 41 15 47 64 110
Binary 11011101 11000011 10010100 0 1100 100001 1101 100111 110100 1001000

Color Harmonies of #DDC394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC394

Black with #DDC394

Text Example


Text Example

White with #DDC394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC394; }

 p { color: rgb(221,195,148); }

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

background-color css

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

 a { background-color: rgb(221,195,148); }

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

border-color css

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

 span { border-color: rgb(221,195,148); }

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