Html Css Color HEX #DDD539 Starship

📋 copy color: '#DDD539'

red 221 ◦ green 213 ◦ blue 57

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

Shades of Starship #DDD539

Tints of Starship #DDD539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 11.61%

R = 45.01%
G = 43.38%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DDD539 (or 0xDDD539) is known color: Starship. HEX triplet: DD, D5 and 39. RGB value is (221,213,57). Sum of RGB (Red+Green+Blue) = 221+213+57=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 57 (22.66% from 255 or 11.61% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD539 is #222AC6. Grayscale: #C6C6C6. Windows color (decimal): -2239175 or 3790301. OLE color: 3790301.

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

Color convert

RGB 221 213 57 -
CMYK 0 0.04 0.74 0.13
HSL 57.07º 0.71% 0.55% -
HSV(B) 57.07º 0.74% 0.87% -
XYZ 54.35 63.26 13.22 -
YUV 197.61 48.65 144.68 -
System Red Green Blue C M Y K H S L
Decimal 221 213 57 0 0.04 0.74 0.13 57.07 0.71 0.55
Hex DD D5 39 0 4 4A D 39 47 37
Octal 335 325 71 0 4 112 15 71 107 67
Binary 11011101 11010101 111001 0 100 1001010 1101 111001 1000111 110111

Color Harmonies of #DDD539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD539

Black with #DDD539

Text Example


Text Example

White with #DDD539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD539; }

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

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

background-color css

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

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

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

border-color css

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

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

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