Html Css Color HEX #DFD55C Manz

📋 copy color: '#DFD55C'

red 223 ◦ green 213 ◦ blue 92

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

Shades of Manz #DFD55C

Tints of Manz #DFD55C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.42%

R = 42.23%
G = 40.34%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DFD55C (or 0xDFD55C) is known color: Manz. HEX triplet: DF, D5 and 5C. RGB value is (223,213,92). Sum of RGB (Red+Green+Blue) = 223+213+92=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 92 (36.33% from 255 or 17.42% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD55C is #202AA3. Grayscale: #CACACA. Windows color (decimal): -2108068 or 6084063. OLE color: 6084063.

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

Color convert

RGB 223 213 92 -
CMYK 0 0.04 0.59 0.13
HSL 55.42º 0.67% 0.62% -
HSV(B) 55.42º 0.59% 0.87% -
XYZ 56.16 64.05 19.53 -
YUV 202.2 65.81 142.84 -
System Red Green Blue C M Y K H S L
Decimal 223 213 92 0 0.04 0.59 0.13 55.42 0.67 0.62
Hex DF D5 5C 0 4 3B D 37 43 3E
Octal 337 325 134 0 4 73 15 67 103 76
Binary 11011111 11010101 1011100 0 100 111011 1101 110111 1000011 111110

Color Harmonies of #DFD55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD55C

Black with #DFD55C

Text Example


Text Example

White with #DFD55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD55C; }

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

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

background-color css

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

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

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

border-color css

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

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

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