Html Css Color HEX #DDC098 Raffia

📋 copy color: '#DDC098'

red 221 ◦ green 192 ◦ blue 152

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

Shades of Raffia #DDC098

Tints of Raffia #DDC098

RGB

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

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

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

R = 39.12%
G = 33.98%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDC098 (or 0xDDC098) is known color: Raffia. HEX triplet: DD, C0 and 98. RGB value is (221,192,152). Sum of RGB (Red+Green+Blue) = 221+192+152=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC098 is #223F67. Grayscale: #C4C4C4. Windows color (decimal): -2244456 or 10010845. OLE color: 10010845.

HSL color Cylindrical-coordinate representation of color #DDC098: hue angle of 34.78º 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 #DDC098 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 192 152 -
CMYK 0 0.13 0.31 0.13
HSL 34.78º 0.5% 0.73% -
HSV(B) 34.78º 0.31% 0.87% -
XYZ 54.34 55.34 37.52 -
YUV 196.11 103.11 145.75 -
System Red Green Blue C M Y K H S L
Decimal 221 192 152 0 0.13 0.31 0.13 34.78 0.5 0.73
Hex DD C0 98 0 D 1F D 23 32 49
Octal 335 300 230 0 15 37 15 43 62 111
Binary 11011101 11000000 10011000 0 1101 11111 1101 100011 110010 1001001

Color Harmonies of #DDC098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC098

Black with #DDC098

Text Example


Text Example

White with #DDC098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC098; }

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

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

background-color css

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

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

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

border-color css

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

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

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