Html Css Color HEX #DCCF58 Manz

📋 copy color: '#DCCF58'

red 220 ◦ green 207 ◦ blue 88

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

Shades of Manz #DCCF58

Tints of Manz #DCCF58

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.19%

 BLUE value IS 88 (34.77% from 255) = 17.09%

R = 42.72%
G = 40.19%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DCCF58 (or 0xDCCF58) is known color: Manz. HEX triplet: DC, CF and 58. RGB value is (220,207,88). Sum of RGB (Red+Green+Blue) = 220+207+88=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 88 (34.77% from 255 or 17.09% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF58 is #2330A7. Grayscale: #C5C5C5. Windows color (decimal): -2306216 or 5820380. OLE color: 5820380.

HSL color Cylindrical-coordinate representation of color #DCCF58: hue angle of 54.09º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCCF58 is Cyan = 0, Magento = 0.06, Yellow = 0.6 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 207 88 -
CMYK 0 0.06 0.6 0.14
HSL 54.09º 0.65% 0.6% -
HSV(B) 54.09º 0.6% 0.86% -
XYZ 53.59 60.55 18.09 -
YUV 197.32 66.31 144.18 -
System Red Green Blue C M Y K H S L
Decimal 220 207 88 0 0.06 0.6 0.14 54.09 0.65 0.6
Hex DC CF 58 0 6 3C E 36 41 3C
Octal 334 317 130 0 6 74 16 66 101 74
Binary 11011100 11001111 1011000 0 110 111100 1110 110110 1000001 111100

Color Harmonies of #DCCF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCF58

Black with #DCCF58

Text Example


Text Example

White with #DCCF58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCF58; }

 p { color: rgb(220,207,88); }

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

background-color css

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

 a { background-color: rgb(220,207,88); }

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

border-color css

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

 span { border-color: rgb(220,207,88); }

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