Html Css Color HEX #DDD74D Manz

📋 copy color: '#DDD74D'

red 221 ◦ green 215 ◦ blue 77

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

Shades of Manz #DDD74D

Tints of Manz #DDD74D

RGB

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

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

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

R = 43.08%
G = 41.91%
B = 15.01%

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

#DDD74D (or 0xDDD74D) is known color: Manz. HEX triplet: DD, D7 and 4D. RGB value is (221,215,77). Sum of RGB (Red+Green+Blue) = 221+215+77=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 77 (30.47% from 255 or 15.01% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD74D is #2228B2. Grayscale: #C9C9C9. Windows color (decimal): -2238643 or 5101533. OLE color: 5101533.

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

Color convert

RGB 221 215 77 -
CMYK 0 0.03 0.65 0.13
HSL 57.5º 0.68% 0.58% -
HSV(B) 57.5º 0.65% 0.87% -
XYZ 55.46 64.51 16.55 -
YUV 201.06 57.99 142.22 -
System Red Green Blue C M Y K H S L
Decimal 221 215 77 0 0.03 0.65 0.13 57.5 0.68 0.58
Hex DD D7 4D 0 3 41 D 3A 44 3A
Octal 335 327 115 0 3 101 15 72 104 72
Binary 11011101 11010111 1001101 0 11 1000001 1101 111010 1000100 111010

Color Harmonies of #DDD74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD74D

Black with #DDD74D

Text Example


Text Example

White with #DDD74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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