Html Css Color HEX #DDF64A Starship

📋 copy color: '#DDF64A'

red 221 ◦ green 246 ◦ blue 74

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

Shades of Starship #DDF64A

Tints of Starship #DDF64A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.47%

 BLUE value IS 74 (29.3% from 255) = 13.68%

R = 40.85%
G = 45.47%
B = 13.68%

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

#DDF64A (or 0xDDF64A) is known color: Starship. HEX triplet: DD, F6 and 4A. RGB value is (221,246,74). Sum of RGB (Red+Green+Blue) = 221+246+74=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 246 (96.48% from 255 or 45.47% from 541); Blue value is 74 (29.30% from 255 or 13.68% from 541); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF64A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF64A is #2209B5. Grayscale: #DBDBDB. Windows color (decimal): -2230710 or 4912861. OLE color: 4912861.

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

Color convert

RGB 221 246 74 -
CMYK 0.10 0 0.70 0.04
HSL 68.72º 0.91% 0.63% -
HSV(B) 68.72º 0.7% 0.96% -
XYZ 64.01 81.78 18.89 -
YUV 218.92 46.22 129.49 -
System Red Green Blue C M Y K H S L
Decimal 221 246 74 0.10 0 0.70 0.04 68.72 0.91 0.63
Hex DD F6 4A A 0 46 4 45 5B 3F
Octal 335 366 112 12 0 106 4 105 133 77
Binary 11011101 11110110 1001010 1010 0 1000110 100 1000101 1011011 111111

Color Harmonies of #DDF64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF64A

Black with #DDF64A

Text Example


Text Example

White with #DDF64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF64A; }

 p { color: rgb(221,246,74); }

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

background-color css

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

 a { background-color: rgb(221,246,74); }

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

border-color css

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

 span { border-color: rgb(221,246,74); }

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