Html Css Color HEX #DDC398 Raffia

📋 copy color: '#DDC398'

red 221 ◦ green 195 ◦ blue 152

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

Shades of Raffia #DDC398

Tints of Raffia #DDC398

RGB

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

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

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

R = 38.91%
G = 34.33%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDC398 (or 0xDDC398) is known color: Raffia. HEX triplet: DD, C3 and 98. RGB value is (221,195,152). Sum of RGB (Red+Green+Blue) = 221+195+152=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 152 (59.77% from 255 or 26.76% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC398 is #223C67. Grayscale: #C6C6C6. Windows color (decimal): -2243688 or 10011613. OLE color: 10011613.

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

Color convert

RGB 221 195 152 -
CMYK 0 0.12 0.31 0.13
HSL 37.39º 0.5% 0.73% -
HSV(B) 37.39º 0.31% 0.87% -
XYZ 55 56.67 37.75 -
YUV 197.87 102.11 144.5 -
System Red Green Blue C M Y K H S L
Decimal 221 195 152 0 0.12 0.31 0.13 37.39 0.5 0.73
Hex DD C3 98 0 C 1F D 25 32 49
Octal 335 303 230 0 14 37 15 45 62 111
Binary 11011101 11000011 10011000 0 1100 11111 1101 100101 110010 1001001

Color Harmonies of #DDC398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC398

Black with #DDC398

Text Example


Text Example

White with #DDC398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC398; }

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

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

background-color css

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

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

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

border-color css

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

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

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