Html Css Color HEX #DFDD4C Manz

📋 copy color: '#DFDD4C'

red 223 ◦ green 221 ◦ blue 76

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

Shades of Manz #DFDD4C

Tints of Manz #DFDD4C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.5%

 BLUE value IS 76 (30.08% from 255) = 14.62%

R = 42.88%
G = 42.5%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DFDD4C (or 0xDFDD4C) is known color: Manz. HEX triplet: DF, DD and 4C. RGB value is (223,221,76). Sum of RGB (Red+Green+Blue) = 223+221+76=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 76 (30.08% from 255 or 14.62% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDD4C is #2022B3. Grayscale: #CDCDCD. Windows color (decimal): -2106036 or 5037535. OLE color: 5037535.

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

Color convert

RGB 223 221 76 -
CMYK 0 0.01 0.66 0.13
HSL 59.18º 0.7% 0.59% -
HSV(B) 59.18º 0.66% 0.87% -
XYZ 57.59 67.92 16.91 -
YUV 205.07 55.16 140.79 -
System Red Green Blue C M Y K H S L
Decimal 223 221 76 0 0.01 0.66 0.13 59.18 0.7 0.59
Hex DF DD 4C 0 1 42 D 3B 46 3B
Octal 337 335 114 0 1 102 15 73 106 73
Binary 11011111 11011101 1001100 0 1 1000010 1101 111011 1000110 111011

Color Harmonies of #DFDD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDD4C

Black with #DFDD4C

Text Example


Text Example

White with #DFDD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDD4C; }

 p { color: rgb(223,221,76); }

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

background-color css

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

 a { background-color: rgb(223,221,76); }

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

border-color css

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

 span { border-color: rgb(223,221,76); }

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