Html Css Color HEX #DDEC49 Starship

📋 copy color: '#DDEC49'

red 221 ◦ green 236 ◦ blue 73

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

Shades of Starship #DDEC49

Tints of Starship #DDEC49

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.53%

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

R = 41.7%
G = 44.53%
B = 13.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#DDEC49 (or 0xDDEC49) is known color: Starship. HEX triplet: DD, EC and 49. RGB value is (221,236,73). Sum of RGB (Red+Green+Blue) = 221+236+73=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 73 (28.91% from 255 or 13.77% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEC49 is #2213B6. Grayscale: #D5D5D5. Windows color (decimal): -2233271 or 4844765. OLE color: 4844765.

HSL color Cylindrical-coordinate representation of color #DDEC49: hue angle of 65.52º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDEC49 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 236 73 -
CMYK 0.06 0 0.69 0.07
HSL 65.52º 0.81% 0.61% -
HSV(B) 65.52º 0.69% 0.93% -
XYZ 61.02 75.84 17.73 -
YUV 212.93 49.03 133.75 -
System Red Green Blue C M Y K H S L
Decimal 221 236 73 0.06 0 0.69 0.07 65.52 0.81 0.61
Hex DD EC 49 6 0 45 7 42 51 3D
Octal 335 354 111 6 0 105 7 102 121 75
Binary 11011101 11101100 1001001 110 0 1000101 111 1000010 1010001 111101

Color Harmonies of #DDEC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEC49

Black with #DDEC49

Text Example


Text Example

White with #DDEC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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