Html Css Color HEX #DFD353 Manz

📋 copy color: '#DFD353'

red 223 ◦ green 211 ◦ blue 83

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

Shades of Manz #DFD353

Tints of Manz #DFD353

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.81%

 BLUE value IS 83 (32.81% from 255) = 16.05%

R = 43.13%
G = 40.81%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DFD353 (or 0xDFD353) is known color: Manz. HEX triplet: DF, D3 and 53. RGB value is (223,211,83). Sum of RGB (Red+Green+Blue) = 223+211+83=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 211 (82.81% from 255 or 40.81% from 517); Blue value is 83 (32.81% from 255 or 16.05% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD353 is #202CAC. Grayscale: #C8C8C8. Windows color (decimal): -2108589 or 5493727. OLE color: 5493727.

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

Color convert

RGB 223 211 83 -
CMYK 0 0.05 0.63 0.13
HSL 54.86º 0.69% 0.6% -
HSV(B) 54.86º 0.63% 0.87% -
XYZ 55.29 62.9 17.41 -
YUV 200 61.98 144.41 -
System Red Green Blue C M Y K H S L
Decimal 223 211 83 0 0.05 0.63 0.13 54.86 0.69 0.6
Hex DF D3 53 0 5 3F D 37 45 3C
Octal 337 323 123 0 5 77 15 67 105 74
Binary 11011111 11010011 1010011 0 101 111111 1101 110111 1000101 111100

Color Harmonies of #DFD353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD353

Black with #DFD353

Text Example


Text Example

White with #DFD353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD353; }

 p { color: rgb(223,211,83); }

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

background-color css

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

 a { background-color: rgb(223,211,83); }

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

border-color css

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

 span { border-color: rgb(223,211,83); }

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