Html Css Color HEX #DDE942 Starship

📋 copy color: '#DDE942'

red 221 ◦ green 233 ◦ blue 66

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

Shades of Starship #DDE942

Tints of Starship #DDE942

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.81%

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

R = 42.5%
G = 44.81%
B = 12.69%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#DDE942 (or 0xDDE942) is known color: Starship. HEX triplet: DD, E9 and 42. RGB value is (221,233,66). Sum of RGB (Red+Green+Blue) = 221+233+66=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 233 (91.41% from 255 or 44.81% from 520); Blue value is 66 (26.17% from 255 or 12.69% from 520); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE942 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDE942 is #2216BD. Grayscale: #D3D3D3. Windows color (decimal): -2234046 or 4385245. OLE color: 4385245.

HSL color Cylindrical-coordinate representation of color #DDE942: hue angle of 64.31º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDE942 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 233 66 -
CMYK 0.05 0 0.72 0.09
HSL 64.31º 0.79% 0.59% -
HSV(B) 64.31º 0.72% 0.91% -
XYZ 59.94 74.04 16.29 -
YUV 210.37 46.52 135.58 -
System Red Green Blue C M Y K H S L
Decimal 221 233 66 0.05 0 0.72 0.09 64.31 0.79 0.59
Hex DD E9 42 5 0 48 9 40 4F 3B
Octal 335 351 102 5 0 110 11 100 117 73
Binary 11011101 11101001 1000010 101 0 1001000 1001 1000000 1001111 111011

Color Harmonies of #DDE942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE942

Black with #DDE942

Text Example


Text Example

White with #DDE942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE942; }

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

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

background-color css

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

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

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

border-color css

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

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

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