Html Css Color HEX #DDD74A Manz

📋 copy color: '#DDD74A'

red 221 ◦ green 215 ◦ blue 74

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

Shades of Manz #DDD74A

Tints of Manz #DDD74A

RGB

 RED value IS 221 (86.72% from 255) = 43.33%

 GREEN value IS 215 (84.38% from 255) = 42.16%

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

R = 43.33%
G = 42.16%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDD74A (or 0xDDD74A) is known color: Manz. HEX triplet: DD, D7 and 4A. RGB value is (221,215,74). Sum of RGB (Red+Green+Blue) = 221+215+74=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 74 (29.30% from 255 or 14.51% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD74A is #2228B5. Grayscale: #C9C9C9. Windows color (decimal): -2238646 or 4904925. OLE color: 4904925.

HSL color Cylindrical-coordinate representation of color #DDD74A: hue angle of 57.55º degrees, saturation: 0.68, 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 #DDD74A is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 215 74 -
CMYK 0 0.03 0.67 0.13
HSL 57.55º 0.68% 0.58% -
HSV(B) 57.55º 0.67% 0.87% -
XYZ 55.36 64.47 16 -
YUV 200.72 56.49 142.46 -
System Red Green Blue C M Y K H S L
Decimal 221 215 74 0 0.03 0.67 0.13 57.55 0.68 0.58
Hex DD D7 4A 0 3 43 D 3A 44 3A
Octal 335 327 112 0 3 103 15 72 104 72
Binary 11011101 11010111 1001010 0 11 1000011 1101 111010 1000100 111010

Color Harmonies of #DDD74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD74A

Black with #DDD74A

Text Example


Text Example

White with #DDD74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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