Html Css Color HEX #DFDD52 Manz

📋 copy color: '#DFDD52'

red 223 ◦ green 221 ◦ blue 82

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

Shades of Manz #DFDD52

Tints of Manz #DFDD52

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.02%

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

R = 42.4%
G = 42.02%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DFDD52 (or 0xDFDD52) is known color: Manz. HEX triplet: DF, DD and 52. RGB value is (223,221,82). Sum of RGB (Red+Green+Blue) = 223+221+82=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 82 (32.42% from 255 or 15.59% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD52 is #2022AD. Grayscale: #CECECE. Windows color (decimal): -2106030 or 5430751. OLE color: 5430751.

HSL color Cylindrical-coordinate representation of color #DFDD52: hue angle of 59.15º 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 #DFDD52 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 221 82 -
CMYK 0 0.01 0.63 0.13
HSL 59.15º 0.69% 0.6% -
HSV(B) 59.15º 0.63% 0.87% -
XYZ 57.81 68.01 18.06 -
YUV 205.75 58.16 140.3 -
System Red Green Blue C M Y K H S L
Decimal 223 221 82 0 0.01 0.63 0.13 59.15 0.69 0.6
Hex DF DD 52 0 1 3F D 3B 45 3C
Octal 337 335 122 0 1 77 15 73 105 74
Binary 11011111 11011101 1010010 0 1 111111 1101 111011 1000101 111100

Color Harmonies of #DFDD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDD52

Black with #DFDD52

Text Example


Text Example

White with #DFDD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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