Html Css Color HEX #DFD450 Manz

📋 copy color: '#DFD450'

red 223 ◦ green 212 ◦ blue 80

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

Shades of Manz #DFD450

Tints of Manz #DFD450

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.17%

 BLUE value IS 80 (31.64% from 255) = 15.53%

R = 43.3%
G = 41.17%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DFD450 (or 0xDFD450) is known color: Manz. HEX triplet: DF, D4 and 50. RGB value is (223,212,80). Sum of RGB (Red+Green+Blue) = 223+212+80=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 80 (31.64% from 255 or 15.53% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD450 is #202BAF. Grayscale: #C8C8C8. Windows color (decimal): -2108336 or 5297375. OLE color: 5297375.

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

Color convert

RGB 223 212 80 -
CMYK 0 0.05 0.64 0.13
HSL 55.38º 0.69% 0.59% -
HSV(B) 55.38º 0.64% 0.87% -
XYZ 55.42 63.35 16.9 -
YUV 200.24 60.14 144.23 -
System Red Green Blue C M Y K H S L
Decimal 223 212 80 0 0.05 0.64 0.13 55.38 0.69 0.59
Hex DF D4 50 0 5 40 D 37 45 3B
Octal 337 324 120 0 5 100 15 67 105 73
Binary 11011111 11010100 1010000 0 101 1000000 1101 110111 1000101 111011

Color Harmonies of #DFD450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD450

Black with #DFD450

Text Example


Text Example

White with #DFD450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD450; }

 p { color: rgb(223,212,80); }

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

background-color css

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

 a { background-color: rgb(223,212,80); }

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

border-color css

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

 span { border-color: rgb(223,212,80); }

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