Html Css Color HEX #DFD052 Manz

📋 copy color: '#DFD052'

red 223 ◦ green 208 ◦ blue 82

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

Shades of Manz #DFD052

Tints of Manz #DFD052

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.55%

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

R = 43.47%
G = 40.55%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DFD052 (or 0xDFD052) is known color: Manz. HEX triplet: DF, D0 and 52. RGB value is (223,208,82). Sum of RGB (Red+Green+Blue) = 223+208+82=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 82 (32.42% from 255 or 15.98% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD052 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD052 is #202FAD. Grayscale: #C6C6C6. Windows color (decimal): -2109358 or 5427423. OLE color: 5427423.

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

Color convert

RGB 223 208 82 -
CMYK 0 0.07 0.63 0.13
HSL 53.62º 0.69% 0.6% -
HSV(B) 53.62º 0.63% 0.87% -
XYZ 54.51 61.41 16.96 -
YUV 198.12 62.47 145.75 -
System Red Green Blue C M Y K H S L
Decimal 223 208 82 0 0.07 0.63 0.13 53.62 0.69 0.6
Hex DF D0 52 0 7 3F D 36 45 3C
Octal 337 320 122 0 7 77 15 66 105 74
Binary 11011111 11010000 1010010 0 111 111111 1101 110110 1000101 111100

Color Harmonies of #DFD052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD052

Black with #DFD052

Text Example


Text Example

White with #DFD052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD052; }

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

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

background-color css

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

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

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

border-color css

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

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

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