Html Css Color HEX #DDE139 Starship

📋 copy color: '#DDE139'

red 221 ◦ green 225 ◦ blue 57

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

Shades of Starship #DDE139

Tints of Starship #DDE139

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.73%

 BLUE value IS 57 (22.66% from 255) = 11.33%

R = 43.94%
G = 44.73%
B = 11.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#DDE139 (or 0xDDE139) is known color: Starship. HEX triplet: DD, E1 and 39. RGB value is (221,225,57). Sum of RGB (Red+Green+Blue) = 221+225+57=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 57 (22.66% from 255 or 11.33% from 503); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE139 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE139 is #221EC6. Grayscale: #CDCDCD. Windows color (decimal): -2236103 or 3793373. OLE color: 3793373.

HSL color Cylindrical-coordinate representation of color #DDE139: hue angle of 61.43º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDE139 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 225 57 -
CMYK 0.02 0 0.75 0.12
HSL 61.43º 0.74% 0.55% -
HSV(B) 61.43º 0.75% 0.88% -
XYZ 57.48 69.52 14.26 -
YUV 204.65 44.67 139.66 -
System Red Green Blue C M Y K H S L
Decimal 221 225 57 0.02 0 0.75 0.12 61.43 0.74 0.55
Hex DD E1 39 2 0 4B C 3D 4A 37
Octal 335 341 71 2 0 113 14 75 112 67
Binary 11011101 11100001 111001 10 0 1001011 1100 111101 1001010 110111

Color Harmonies of #DDE139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE139

Black with #DDE139

Text Example


Text Example

White with #DDE139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE139; }

 p { color: rgb(221,225,57); }

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

background-color css

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

 a { background-color: rgb(221,225,57); }

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

border-color css

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

 span { border-color: rgb(221,225,57); }

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