Html Css Color HEX #DCC392 Raffia

📋 copy color: '#DCC392'

red 220 ◦ green 195 ◦ blue 146

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

Shades of Raffia #DCC392

Tints of Raffia #DCC392

RGB

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

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

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

R = 39.22%
G = 34.76%
B = 26.02%

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

#DCC392 (or 0xDCC392) is known color: Raffia. HEX triplet: DC, C3 and 92. RGB value is (220,195,146). Sum of RGB (Red+Green+Blue) = 220+195+146=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 146 (57.42% from 255 or 26.02% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC392 is #233C6D. Grayscale: #C5C5C5. Windows color (decimal): -2309230 or 9618396. OLE color: 9618396.

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

Color convert

RGB 220 195 146 -
CMYK 0 0.11 0.34 0.14
HSL 39.73º 0.51% 0.72% -
HSV(B) 39.73º 0.34% 0.86% -
XYZ 54.22 56.32 35.21 -
YUV 196.89 99.28 144.48 -
System Red Green Blue C M Y K H S L
Decimal 220 195 146 0 0.11 0.34 0.14 39.73 0.51 0.72
Hex DC C3 92 0 B 22 E 28 33 48
Octal 334 303 222 0 13 42 16 50 63 110
Binary 11011100 11000011 10010010 0 1011 100010 1110 101000 110011 1001000

Color Harmonies of #DCC392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC392

Black with #DCC392

Text Example


Text Example

White with #DCC392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC392; }

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

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

background-color css

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

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

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

border-color css

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

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

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