Html Css Color HEX #DDE138 Starship

📋 copy color: '#DDE138'

red 221 ◦ green 225 ◦ blue 56

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

Shades of Starship #DDE138

Tints of Starship #DDE138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.16%

R = 44.02%
G = 44.82%
B = 11.16%

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

#DDE138 (or 0xDDE138) is known color: Starship. HEX triplet: DD, E1 and 38. RGB value is (221,225,56). Sum of RGB (Red+Green+Blue) = 221+225+56=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 56 (22.27% from 255 or 11.16% from 502); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE138 is #221EC7. Grayscale: #CDCDCD. Windows color (decimal): -2236104 or 3727837. OLE color: 3727837.

HSL color Cylindrical-coordinate representation of color #DDE138: hue angle of 61.42º 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 #DDE138 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 225 56 -
CMYK 0.02 0 0.75 0.12
HSL 61.42º 0.74% 0.55% -
HSV(B) 61.42º 0.75% 0.88% -
XYZ 57.46 69.51 14.13 -
YUV 204.54 44.17 139.74 -
System Red Green Blue C M Y K H S L
Decimal 221 225 56 0.02 0 0.75 0.12 61.42 0.74 0.55
Hex DD E1 38 2 0 4B C 3D 4A 37
Octal 335 341 70 2 0 113 14 75 112 67
Binary 11011101 11100001 111000 10 0 1001011 1100 111101 1001010 110111

Color Harmonies of #DDE138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE138

Black with #DDE138

Text Example


Text Example

White with #DDE138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE138; }

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

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

background-color css

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

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

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

border-color css

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

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

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