Html Css Color HEX #DDC492 Raffia

📋 copy color: '#DDC492'

red 221 ◦ green 196 ◦ blue 146

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

Shades of Raffia #DDC492

Tints of Raffia #DDC492

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.81%

 BLUE value IS 146 (57.42% from 255) = 25.93%

R = 39.25%
G = 34.81%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DDC492 (or 0xDDC492) is known color: Raffia. HEX triplet: DD, C4 and 92. RGB value is (221,196,146). Sum of RGB (Red+Green+Blue) = 221+196+146=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 146 (57.42% from 255 or 25.93% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC492 is #223B6D. Grayscale: #C6C6C6. Windows color (decimal): -2243438 or 9618653. OLE color: 9618653.

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

Color convert

RGB 221 196 146 -
CMYK 0 0.11 0.34 0.13
HSL 40º 0.52% 0.72% -
HSV(B) 40º 0.34% 0.87% -
XYZ 54.75 56.93 35.3 -
YUV 197.78 98.78 144.57 -
System Red Green Blue C M Y K H S L
Decimal 221 196 146 0 0.11 0.34 0.13 40 0.52 0.72
Hex DD C4 92 0 B 22 D 28 34 48
Octal 335 304 222 0 13 42 15 50 64 110
Binary 11011101 11000100 10010010 0 1011 100010 1101 101000 110100 1001000

Color Harmonies of #DDC492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC492

Black with #DDC492

Text Example


Text Example

White with #DDC492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC492; }

 p { color: rgb(221,196,146); }

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

background-color css

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

 a { background-color: rgb(221,196,146); }

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

border-color css

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

 span { border-color: rgb(221,196,146); }

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