Html Css Color HEX #DFCF57 Manz

📋 copy color: '#DFCF57'

red 223 ◦ green 207 ◦ blue 87

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

Shades of Manz #DFCF57

Tints of Manz #DFCF57

RGB

 RED value IS 223 (87.5% from 255) = 43.13%

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

 BLUE value IS 87 (34.38% from 255) = 16.83%

R = 43.13%
G = 40.04%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DFCF57 (or 0xDFCF57) is known color: Manz. HEX triplet: DF, CF and 57. RGB value is (223,207,87). Sum of RGB (Red+Green+Blue) = 223+207+87=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 87 (34.38% from 255 or 16.83% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCF57 is #2030A8. Grayscale: #C6C6C6. Windows color (decimal): -2109609 or 5754847. OLE color: 5754847.

HSL color Cylindrical-coordinate representation of color #DFCF57: hue angle of 52.94º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DFCF57 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 207 87 -
CMYK 0 0.07 0.61 0.13
HSL 52.94º 0.68% 0.61% -
HSV(B) 52.94º 0.61% 0.87% -
XYZ 54.46 61 17.92 -
YUV 198.1 65.3 145.76 -
System Red Green Blue C M Y K H S L
Decimal 223 207 87 0 0.07 0.61 0.13 52.94 0.68 0.61
Hex DF CF 57 0 7 3D D 35 44 3D
Octal 337 317 127 0 7 75 15 65 104 75
Binary 11011111 11001111 1010111 0 111 111101 1101 110101 1000100 111101

Color Harmonies of #DFCF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCF57

Black with #DFCF57

Text Example


Text Example

White with #DFCF57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCF57; }

 p { color: rgb(223,207,87); }

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

background-color css

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

 a { background-color: rgb(223,207,87); }

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

border-color css

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

 span { border-color: rgb(223,207,87); }

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