Html Css Color HEX #DCCF61 Manz

📋 copy color: '#DCCF61'

red 220 ◦ green 207 ◦ blue 97

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

Shades of Manz #DCCF61

Tints of Manz #DCCF61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.51%

R = 41.98%
G = 39.5%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DCCF61 (or 0xDCCF61) is known color: Manz. HEX triplet: DC, CF and 61. RGB value is (220,207,97). Sum of RGB (Red+Green+Blue) = 220+207+97=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 97 (38.28% from 255 or 18.51% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF61 is #23309E. Grayscale: #C6C6C6. Windows color (decimal): -2306207 or 6410204. OLE color: 6410204.

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

Color convert

RGB 220 207 97 -
CMYK 0 0.06 0.56 0.14
HSL 53.66º 0.64% 0.62% -
HSV(B) 53.66º 0.56% 0.86% -
XYZ 53.99 60.7 20.18 -
YUV 198.35 70.81 143.44 -
System Red Green Blue C M Y K H S L
Decimal 220 207 97 0 0.06 0.56 0.14 53.66 0.64 0.62
Hex DC CF 61 0 6 38 E 36 40 3E
Octal 334 317 141 0 6 70 16 66 100 76
Binary 11011100 11001111 1100001 0 110 111000 1110 110110 1000000 111110

Color Harmonies of #DCCF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCF61

Black with #DCCF61

Text Example


Text Example

White with #DCCF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCF61; }

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

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

background-color css

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

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

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

border-color css

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

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

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