Html Css Color HEX #DDD54E Manz

📋 copy color: '#DDD54E'

red 221 ◦ green 213 ◦ blue 78

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

Shades of Manz #DDD54E

Tints of Manz #DDD54E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.6%

 BLUE value IS 78 (30.86% from 255) = 15.23%

R = 43.16%
G = 41.6%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DDD54E (or 0xDDD54E) is known color: Manz. HEX triplet: DD, D5 and 4E. RGB value is (221,213,78). Sum of RGB (Red+Green+Blue) = 221+213+78=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 78 (30.86% from 255 or 15.23% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD54E is #222AB1. Grayscale: #C8C8C8. Windows color (decimal): -2239154 or 5166557. OLE color: 5166557.

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

Color convert

RGB 221 213 78 -
CMYK 0 0.04 0.65 0.13
HSL 56.64º 0.68% 0.59% -
HSV(B) 56.64º 0.65% 0.87% -
XYZ 54.99 63.51 16.57 -
YUV 200 59.15 142.98 -
System Red Green Blue C M Y K H S L
Decimal 221 213 78 0 0.04 0.65 0.13 56.64 0.68 0.59
Hex DD D5 4E 0 4 41 D 39 44 3B
Octal 335 325 116 0 4 101 15 71 104 73
Binary 11011101 11010101 1001110 0 100 1000001 1101 111001 1000100 111011

Color Harmonies of #DDD54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD54E

Black with #DDD54E

Text Example


Text Example

White with #DDD54E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD54E; }

 p { color: rgb(221,213,78); }

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

background-color css

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

 a { background-color: rgb(221,213,78); }

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

border-color css

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

 span { border-color: rgb(221,213,78); }

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