Html Css Color HEX #DFDD4A Manz

📋 copy color: '#DFDD4A'

red 223 ◦ green 221 ◦ blue 74

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

Shades of Manz #DFDD4A

Tints of Manz #DFDD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.29%

R = 43.05%
G = 42.66%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DFDD4A (or 0xDFDD4A) is known color: Manz. HEX triplet: DF, DD and 4A. RGB value is (223,221,74). Sum of RGB (Red+Green+Blue) = 223+221+74=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 74 (29.30% from 255 or 14.29% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDD4A is #2022B5. Grayscale: #CDCDCD. Windows color (decimal): -2106038 or 4906463. OLE color: 4906463.

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

Color convert

RGB 223 221 74 -
CMYK 0 0.01 0.67 0.13
HSL 59.19º 0.7% 0.58% -
HSV(B) 59.19º 0.67% 0.87% -
XYZ 57.52 67.9 16.55 -
YUV 204.84 54.16 140.95 -
System Red Green Blue C M Y K H S L
Decimal 223 221 74 0 0.01 0.67 0.13 59.19 0.7 0.58
Hex DF DD 4A 0 1 43 D 3B 46 3A
Octal 337 335 112 0 1 103 15 73 106 72
Binary 11011111 11011101 1001010 0 1 1000011 1101 111011 1000110 111010

Color Harmonies of #DFDD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDD4A

Black with #DFDD4A

Text Example


Text Example

White with #DFDD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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