Html Css Color HEX #DDC392 Raffia

📋 copy color: '#DDC392'

red 221 ◦ green 195 ◦ blue 146

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

Shades of Raffia #DDC392

Tints of Raffia #DDC392

RGB

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

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

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

R = 39.32%
G = 34.7%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DDC392 (or 0xDDC392) is known color: Raffia. HEX triplet: DD, C3 and 92. RGB value is (221,195,146). Sum of RGB (Red+Green+Blue) = 221+195+146=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 195 (76.56% from 255 or 34.70% from 562); Blue value is 146 (57.42% from 255 or 25.98% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC392 is #223C6D. Grayscale: #C5C5C5. Windows color (decimal): -2243694 or 9618397. OLE color: 9618397.

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

Color convert

RGB 221 195 146 -
CMYK 0 0.12 0.34 0.13
HSL 39.2º 0.52% 0.72% -
HSV(B) 39.2º 0.34% 0.87% -
XYZ 54.52 56.48 35.22 -
YUV 197.19 99.11 144.98 -
System Red Green Blue C M Y K H S L
Decimal 221 195 146 0 0.12 0.34 0.13 39.2 0.52 0.72
Hex DD C3 92 0 C 22 D 27 34 48
Octal 335 303 222 0 14 42 15 47 64 110
Binary 11011101 11000011 10010010 0 1100 100010 1101 100111 110100 1001000

Color Harmonies of #DDC392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC392

Black with #DDC392

Text Example


Text Example

White with #DDC392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC392; }

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

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

background-color css

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

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

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

border-color css

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

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

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