Html Css Color HEX #DDF047 Starship

📋 copy color: '#DDF047'

red 221 ◦ green 240 ◦ blue 71

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

Shades of Starship #DDF047

Tints of Starship #DDF047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.35%

R = 41.54%
G = 45.11%
B = 13.35%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#DDF047 (or 0xDDF047) is known color: Starship. HEX triplet: DD, F0 and 47. RGB value is (221,240,71). Sum of RGB (Red+Green+Blue) = 221+240+71=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 240 (94.14% from 255 or 45.11% from 532); Blue value is 71 (28.12% from 255 or 13.35% from 532); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF047 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF047 is #220FB8. Grayscale: #D7D7D7. Windows color (decimal): -2232249 or 4714717. OLE color: 4714717.

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

Color convert

RGB 221 240 71 -
CMYK 0.08 0 0.70 0.06
HSL 66.75º 0.85% 0.61% -
HSV(B) 66.75º 0.7% 0.94% -
XYZ 62.12 78.15 17.77 -
YUV 215.05 46.71 132.24 -
System Red Green Blue C M Y K H S L
Decimal 221 240 71 0.08 0 0.70 0.06 66.75 0.85 0.61
Hex DD F0 47 8 0 46 6 43 55 3D
Octal 335 360 107 10 0 106 6 103 125 75
Binary 11011101 11110000 1000111 1000 0 1000110 110 1000011 1010101 111101

Color Harmonies of #DDF047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF047

Black with #DDF047

Text Example


Text Example

White with #DDF047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF047; }

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

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

background-color css

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

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

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

border-color css

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

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

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