Html Css Color HEX #DFD94D Manz

📋 copy color: '#DFD94D'

red 223 ◦ green 217 ◦ blue 77

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

Shades of Manz #DFD94D

Tints of Manz #DFD94D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.97%

 BLUE value IS 77 (30.47% from 255) = 14.89%

R = 43.13%
G = 41.97%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DFD94D (or 0xDFD94D) is known color: Manz. HEX triplet: DF, D9 and 4D. RGB value is (223,217,77). Sum of RGB (Red+Green+Blue) = 223+217+77=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 77 (30.47% from 255 or 14.89% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD94D is #2026B2. Grayscale: #CBCBCB. Windows color (decimal): -2107059 or 5102047. OLE color: 5102047.

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

Color convert

RGB 223 217 77 -
CMYK 0 0.03 0.65 0.13
HSL 57.53º 0.7% 0.59% -
HSV(B) 57.53º 0.65% 0.87% -
XYZ 56.58 65.85 16.75 -
YUV 202.83 56.99 142.38 -
System Red Green Blue C M Y K H S L
Decimal 223 217 77 0 0.03 0.65 0.13 57.53 0.7 0.59
Hex DF D9 4D 0 3 41 D 3A 46 3B
Octal 337 331 115 0 3 101 15 72 106 73
Binary 11011111 11011001 1001101 0 11 1000001 1101 111010 1000110 111011

Color Harmonies of #DFD94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD94D

Black with #DFD94D

Text Example


Text Example

White with #DFD94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD94D; }

 p { color: rgb(223,217,77); }

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

background-color css

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

 a { background-color: rgb(223,217,77); }

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

border-color css

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

 span { border-color: rgb(223,217,77); }

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