Html Css Color HEX #DCCE58 Manz

📋 copy color: '#DCCE58'

red 220 ◦ green 206 ◦ blue 88

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

Shades of Manz #DCCE58

Tints of Manz #DCCE58

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.08%

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

R = 42.8%
G = 40.08%
B = 17.12%

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

#DCCE58 (or 0xDCCE58) is known color: Manz. HEX triplet: DC, CE and 58. RGB value is (220,206,88). Sum of RGB (Red+Green+Blue) = 220+206+88=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 88 (34.77% from 255 or 17.12% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCE58 is #2331A7. Grayscale: #C5C5C5. Windows color (decimal): -2306472 or 5820124. OLE color: 5820124.

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

Color convert

RGB 220 206 88 -
CMYK 0 0.06 0.6 0.14
HSL 53.64º 0.65% 0.6% -
HSV(B) 53.64º 0.6% 0.86% -
XYZ 53.35 60.06 18.01 -
YUV 196.73 66.64 144.59 -
System Red Green Blue C M Y K H S L
Decimal 220 206 88 0 0.06 0.6 0.14 53.64 0.65 0.6
Hex DC CE 58 0 6 3C E 36 41 3C
Octal 334 316 130 0 6 74 16 66 101 74
Binary 11011100 11001110 1011000 0 110 111100 1110 110110 1000001 111100

Color Harmonies of #DCCE58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCE58

Black with #DCCE58

Text Example


Text Example

White with #DCCE58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCE58; }

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

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

background-color css

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

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

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

border-color css

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

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

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