Html Css Color HEX #DCD65C Manz

📋 copy color: '#DCD65C'

red 220 ◦ green 214 ◦ blue 92

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

Shades of Manz #DCD65C

Tints of Manz #DCD65C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.68%

 BLUE value IS 92 (36.33% from 255) = 17.49%

R = 41.83%
G = 40.68%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DCD65C (or 0xDCD65C) is known color: Manz. HEX triplet: DC, D6 and 5C. RGB value is (220,214,92). Sum of RGB (Red+Green+Blue) = 220+214+92=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 92 (36.33% from 255 or 17.49% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD65C is #2329A3. Grayscale: #CACACA. Windows color (decimal): -2304420 or 6084316. OLE color: 6084316.

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

Color convert

RGB 220 214 92 -
CMYK 0 0.03 0.58 0.14
HSL 57.19º 0.65% 0.61% -
HSV(B) 57.19º 0.58% 0.86% -
XYZ 55.49 64.08 19.57 -
YUV 201.89 65.99 140.92 -
System Red Green Blue C M Y K H S L
Decimal 220 214 92 0 0.03 0.58 0.14 57.19 0.65 0.61
Hex DC D6 5C 0 3 3A E 39 41 3D
Octal 334 326 134 0 3 72 16 71 101 75
Binary 11011100 11010110 1011100 0 11 111010 1110 111001 1000001 111101

Color Harmonies of #DCD65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD65C

Black with #DCD65C

Text Example


Text Example

White with #DCD65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD65C; }

 p { color: rgb(220,214,92); }

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

background-color css

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

 a { background-color: rgb(220,214,92); }

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

border-color css

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

 span { border-color: rgb(220,214,92); }

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