Html Css Color HEX #DDF149 Starship

📋 copy color: '#DDF149'

red 221 ◦ green 241 ◦ blue 73

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

Shades of Starship #DDF149

Tints of Starship #DDF149

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.05%

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

R = 41.31%
G = 45.05%
B = 13.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#DDF149 (or 0xDDF149) is known color: Starship. HEX triplet: DD, F1 and 49. RGB value is (221,241,73). Sum of RGB (Red+Green+Blue) = 221+241+73=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 73 (28.91% from 255 or 13.64% from 535); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF149 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF149 is #220EB6. Grayscale: #D8D8D8. Windows color (decimal): -2231991 or 4846045. OLE color: 4846045.

HSL color Cylindrical-coordinate representation of color #DDF149: hue angle of 67.14º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDF149 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 241 73 -
CMYK 0.08 0 0.70 0.05
HSL 67.14º 0.86% 0.62% -
HSV(B) 67.14º 0.7% 0.95% -
XYZ 62.48 78.76 18.21 -
YUV 215.87 47.37 131.66 -
System Red Green Blue C M Y K H S L
Decimal 221 241 73 0.08 0 0.70 0.05 67.14 0.86 0.62
Hex DD F1 49 8 0 46 5 43 56 3E
Octal 335 361 111 10 0 106 5 103 126 76
Binary 11011101 11110001 1001001 1000 0 1000110 101 1000011 1010110 111110

Color Harmonies of #DDF149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF149

Black with #DDF149

Text Example


Text Example

White with #DDF149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF149; }

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

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

background-color css

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

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

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

border-color css

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

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

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