Html Css Color HEX #DDEC42 Starship

📋 copy color: '#DDEC42'

red 221 ◦ green 236 ◦ blue 66

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

Shades of Starship #DDEC42

Tints of Starship #DDEC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.62%

R = 42.26%
G = 45.12%
B = 12.62%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#DDEC42 (or 0xDDEC42) is known color: Starship. HEX triplet: DD, EC and 42. RGB value is (221,236,66). Sum of RGB (Red+Green+Blue) = 221+236+66=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 66 (26.17% from 255 or 12.62% from 523); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEC42 is #2213BD. Grayscale: #D4D4D4. Windows color (decimal): -2233278 or 4386013. OLE color: 4386013.

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

Color convert

RGB 221 236 66 -
CMYK 0.06 0 0.72 0.07
HSL 65.29º 0.82% 0.59% -
HSV(B) 65.29º 0.72% 0.93% -
XYZ 60.8 75.76 16.57 -
YUV 212.14 45.53 134.32 -
System Red Green Blue C M Y K H S L
Decimal 221 236 66 0.06 0 0.72 0.07 65.29 0.82 0.59
Hex DD EC 42 6 0 48 7 41 52 3B
Octal 335 354 102 6 0 110 7 101 122 73
Binary 11011101 11101100 1000010 110 0 1001000 111 1000001 1010010 111011

Color Harmonies of #DDEC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEC42

Black with #DDEC42

Text Example


Text Example

White with #DDEC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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