Html Css Color HEX #DDD532 Starship

📋 copy color: '#DDD532'

red 221 ◦ green 213 ◦ blue 50

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

Shades of Starship #DDD532

Tints of Starship #DDD532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.33%

R = 45.66%
G = 44.01%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DDD532 (or 0xDDD532) is known color: Starship. HEX triplet: DD, D5 and 32. RGB value is (221,213,50). Sum of RGB (Red+Green+Blue) = 221+213+50=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 50 (19.92% from 255 or 10.33% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD532 is #222ACD. Grayscale: #C5C5C5. Windows color (decimal): -2239182 or 3331549. OLE color: 3331549.

HSL color Cylindrical-coordinate representation of color #DDD532: hue angle of 57.19º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDD532 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 213 50 -
CMYK 0 0.04 0.77 0.13
HSL 57.19º 0.72% 0.53% -
HSV(B) 57.19º 0.77% 0.87% -
XYZ 54.19 63.19 12.36 -
YUV 196.81 45.15 145.25 -
System Red Green Blue C M Y K H S L
Decimal 221 213 50 0 0.04 0.77 0.13 57.19 0.72 0.53
Hex DD D5 32 0 4 4D D 39 48 35
Octal 335 325 62 0 4 115 15 71 110 65
Binary 11011101 11010101 110010 0 100 1001101 1101 111001 1001000 110101

Color Harmonies of #DDD532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD532

Black with #DDD532

Text Example


Text Example

White with #DDD532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD532; }

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

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

background-color css

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

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

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

border-color css

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

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

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