Html Css Color HEX #DDF046 Starship

📋 copy color: '#DDF046'

red 221 ◦ green 240 ◦ blue 70

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

Shades of Starship #DDF046

Tints of Starship #DDF046

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.2%

 BLUE value IS 70 (27.73% from 255) = 13.18%

R = 41.62%
G = 45.2%
B = 13.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#DDF046 (or 0xDDF046) is known color: Starship. HEX triplet: DD, F0 and 46. RGB value is (221,240,70). Sum of RGB (Red+Green+Blue) = 221+240+70=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 70 (27.73% from 255 or 13.18% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF046 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF046 is #220FB9. Grayscale: #D7D7D7. Windows color (decimal): -2232250 or 4649181. OLE color: 4649181.

HSL color Cylindrical-coordinate representation of color #DDF046: hue angle of 66.71º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDF046 is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 240 70 -
CMYK 0.08 0 0.71 0.06
HSL 66.71º 0.85% 0.61% -
HSV(B) 66.71º 0.71% 0.94% -
XYZ 62.08 78.13 17.6 -
YUV 214.94 46.21 132.32 -
System Red Green Blue C M Y K H S L
Decimal 221 240 70 0.08 0 0.71 0.06 66.71 0.85 0.61
Hex DD F0 46 8 0 47 6 43 55 3D
Octal 335 360 106 10 0 107 6 103 125 75
Binary 11011101 11110000 1000110 1000 0 1000111 110 1000011 1010101 111101

Color Harmonies of #DDF046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF046

Black with #DDF046

Text Example


Text Example

White with #DDF046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF046; }

 p { color: rgb(221,240,70); }

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

background-color css

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

 a { background-color: rgb(221,240,70); }

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

border-color css

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

 span { border-color: rgb(221,240,70); }

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