Html Css Color HEX #DFD35A Manz

📋 copy color: '#DFD35A'

red 223 ◦ green 211 ◦ blue 90

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

Shades of Manz #DFD35A

Tints of Manz #DFD35A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.18%

R = 42.56%
G = 40.27%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DFD35A (or 0xDFD35A) is known color: Manz. HEX triplet: DF, D3 and 5A. RGB value is (223,211,90). Sum of RGB (Red+Green+Blue) = 223+211+90=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 90 (35.55% from 255 or 17.18% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD35A is #202CA5. Grayscale: #C9C9C9. Windows color (decimal): -2108582 or 5952479. OLE color: 5952479.

HSL color Cylindrical-coordinate representation of color #DFD35A: hue angle of 54.59º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DFD35A is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 211 90 -
CMYK 0 0.05 0.60 0.13
HSL 54.59º 0.68% 0.61% -
HSV(B) 54.59º 0.6% 0.87% -
XYZ 55.57 63.01 18.91 -
YUV 200.79 65.48 143.84 -
System Red Green Blue C M Y K H S L
Decimal 223 211 90 0 0.05 0.60 0.13 54.59 0.68 0.61
Hex DF D3 5A 0 5 3C D 37 44 3D
Octal 337 323 132 0 5 74 15 67 104 75
Binary 11011111 11010011 1011010 0 101 111100 1101 110111 1000100 111101

Color Harmonies of #DFD35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD35A

Black with #DFD35A

Text Example


Text Example

White with #DFD35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD35A; }

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

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

background-color css

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

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

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

border-color css

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

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

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