Html Css Color HEX #DFD552 Manz

📋 copy color: '#DFD552'

red 223 ◦ green 213 ◦ blue 82

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

Shades of Manz #DFD552

Tints of Manz #DFD552

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.12%

 BLUE value IS 82 (32.42% from 255) = 15.83%

R = 43.05%
G = 41.12%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DFD552 (or 0xDFD552) is known color: Manz. HEX triplet: DF, D5 and 52. RGB value is (223,213,82). Sum of RGB (Red+Green+Blue) = 223+213+82=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 82 (32.42% from 255 or 15.83% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD552 is #202AAD. Grayscale: #C9C9C9. Windows color (decimal): -2108078 or 5428703. OLE color: 5428703.

HSL color Cylindrical-coordinate representation of color #DFD552: hue angle of 55.74º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DFD552 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 213 82 -
CMYK 0 0.04 0.63 0.13
HSL 55.74º 0.69% 0.6% -
HSV(B) 55.74º 0.63% 0.87% -
XYZ 55.75 63.89 17.38 -
YUV 201.06 60.81 143.65 -
System Red Green Blue C M Y K H S L
Decimal 223 213 82 0 0.04 0.63 0.13 55.74 0.69 0.6
Hex DF D5 52 0 4 3F D 38 45 3C
Octal 337 325 122 0 4 77 15 70 105 74
Binary 11011111 11010101 1010010 0 100 111111 1101 111000 1000101 111100

Color Harmonies of #DFD552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD552

Black with #DFD552

Text Example


Text Example

White with #DFD552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD552; }

 p { color: rgb(223,213,82); }

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

background-color css

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

 a { background-color: rgb(223,213,82); }

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

border-color css

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

 span { border-color: rgb(223,213,82); }

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