Html Css Color HEX #DDD537 Starship

📋 copy color: '#DDD537'

red 221 ◦ green 213 ◦ blue 55

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

Shades of Starship #DDD537

Tints of Starship #DDD537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.25%

R = 45.19%
G = 43.56%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDD537 (or 0xDDD537) is known color: Starship. HEX triplet: DD, D5 and 37. RGB value is (221,213,55). Sum of RGB (Red+Green+Blue) = 221+213+55=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 55 (21.88% from 255 or 11.25% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD537 is #222AC8. Grayscale: #C6C6C6. Windows color (decimal): -2239177 or 3659229. OLE color: 3659229.

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

Color convert

RGB 221 213 55 -
CMYK 0 0.04 0.75 0.13
HSL 57.11º 0.71% 0.54% -
HSV(B) 57.11º 0.75% 0.87% -
XYZ 54.3 63.24 12.96 -
YUV 197.38 47.65 144.85 -
System Red Green Blue C M Y K H S L
Decimal 221 213 55 0 0.04 0.75 0.13 57.11 0.71 0.54
Hex DD D5 37 0 4 4B D 39 47 36
Octal 335 325 67 0 4 113 15 71 107 66
Binary 11011101 11010101 110111 0 100 1001011 1101 111001 1000111 110110

Color Harmonies of #DDD537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD537

Black with #DDD537

Text Example


Text Example

White with #DDD537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD537; }

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

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

background-color css

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

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

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

border-color css

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

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

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