Html Css Color HEX #DCC492 Raffia

📋 copy color: '#DCC492'

red 220 ◦ green 196 ◦ blue 146

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

Shades of Raffia #DCC492

Tints of Raffia #DCC492

RGB

 RED value IS 220 (86.33% from 255) = 39.15%

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

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

R = 39.15%
G = 34.88%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DCC492 (or 0xDCC492) is known color: Raffia. HEX triplet: DC, C4 and 92. RGB value is (220,196,146). Sum of RGB (Red+Green+Blue) = 220+196+146=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 146 (57.42% from 255 or 25.98% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC492 is #233B6D. Grayscale: #C5C5C5. Windows color (decimal): -2308974 or 9618652. OLE color: 9618652.

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

Color convert

RGB 220 196 146 -
CMYK 0 0.11 0.34 0.14
HSL 40.54º 0.51% 0.72% -
HSV(B) 40.54º 0.34% 0.86% -
XYZ 54.44 56.77 35.28 -
YUV 197.48 98.95 144.07 -
System Red Green Blue C M Y K H S L
Decimal 220 196 146 0 0.11 0.34 0.14 40.54 0.51 0.72
Hex DC C4 92 0 B 22 E 29 33 48
Octal 334 304 222 0 13 42 16 51 63 110
Binary 11011100 11000100 10010010 0 1011 100010 1110 101001 110011 1001000

Color Harmonies of #DCC492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC492

Black with #DCC492

Text Example


Text Example

White with #DCC492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC492; }

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

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

background-color css

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

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

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

border-color css

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

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

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