Html Css Color HEX #DCC592 Raffia

📋 copy color: '#DCC592'

red 220 ◦ green 197 ◦ blue 146

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

Shades of Raffia #DCC592

Tints of Raffia #DCC592

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.99%

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

R = 39.08%
G = 34.99%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DCC592 (or 0xDCC592) is known color: Raffia. HEX triplet: DC, C5 and 92. RGB value is (220,197,146). Sum of RGB (Red+Green+Blue) = 220+197+146=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 146 (57.42% from 255 or 25.93% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC592 is #233A6D. Grayscale: #C6C6C6. Windows color (decimal): -2308718 or 9618908. OLE color: 9618908.

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

Color convert

RGB 220 197 146 -
CMYK 0 0.10 0.34 0.14
HSL 41.35º 0.51% 0.72% -
HSV(B) 41.35º 0.34% 0.86% -
XYZ 54.67 57.22 35.36 -
YUV 198.06 98.62 143.65 -
System Red Green Blue C M Y K H S L
Decimal 220 197 146 0 0.10 0.34 0.14 41.35 0.51 0.72
Hex DC C5 92 0 A 22 E 29 33 48
Octal 334 305 222 0 12 42 16 51 63 110
Binary 11011100 11000101 10010010 0 1010 100010 1110 101001 110011 1001000

Color Harmonies of #DCC592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC592

Black with #DCC592

Text Example


Text Example

White with #DCC592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC592; }

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

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

background-color css

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

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

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

border-color css

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

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

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