Html Css Color HEX #DDF549 Starship

📋 copy color: '#DDF549'

red 221 ◦ green 245 ◦ blue 73

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

Shades of Starship #DDF549

Tints of Starship #DDF549

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.45%

 BLUE value IS 73 (28.91% from 255) = 13.54%

R = 41%
G = 45.45%
B = 13.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#DDF549 (or 0xDDF549) is known color: Starship. HEX triplet: DD, F5 and 49. RGB value is (221,245,73). Sum of RGB (Red+Green+Blue) = 221+245+73=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 245 (96.09% from 255 or 45.45% from 539); Blue value is 73 (28.91% from 255 or 13.54% from 539); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF549 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF549 is #220AB6. Grayscale: #DADADA. Windows color (decimal): -2230967 or 4847069. OLE color: 4847069.

HSL color Cylindrical-coordinate representation of color #DDF549: hue angle of 68.37º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDF549 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 245 73 -
CMYK 0.10 0 0.70 0.04
HSL 68.37º 0.9% 0.62% -
HSV(B) 68.37º 0.7% 0.96% -
XYZ 63.67 81.16 18.61 -
YUV 218.22 46.05 129.99 -
System Red Green Blue C M Y K H S L
Decimal 221 245 73 0.10 0 0.70 0.04 68.37 0.9 0.62
Hex DD F5 49 A 0 46 4 44 5A 3E
Octal 335 365 111 12 0 106 4 104 132 76
Binary 11011101 11110101 1001001 1010 0 1000110 100 1000100 1011010 111110

Color Harmonies of #DDF549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF549

Black with #DDF549

Text Example


Text Example

White with #DDF549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF549; }

 p { color: rgb(221,245,73); }

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

background-color css

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

 a { background-color: rgb(221,245,73); }

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

border-color css

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

 span { border-color: rgb(221,245,73); }

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