Html Css Color HEX #DCE038 Starship

📋 copy color: '#DCE038'

red 220 ◦ green 224 ◦ blue 56

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

Shades of Starship #DCE038

Tints of Starship #DCE038

RGB

 RED value IS 220 (86.33% from 255) = 44%

 GREEN value IS 224 (87.89% from 255) = 44.8%

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

R = 44%
G = 44.8%
B = 11.2%

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

#DCE038 (or 0xDCE038) is known color: Starship. HEX triplet: DC, E0 and 38. RGB value is (220,224,56). Sum of RGB (Red+Green+Blue) = 220+224+56=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 224 (87.89% from 255 or 44.8% from 500); Blue value is 56 (22.27% from 255 or 11.2% from 500); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE038 is #231FC7. Grayscale: #CCCCCC. Windows color (decimal): -2301896 or 3727580. OLE color: 3727580.

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

Color convert

RGB 220 224 56 -
CMYK 0.02 0 0.75 0.12
HSL 61.43º 0.73% 0.55% -
HSV(B) 61.43º 0.75% 0.88% -
XYZ 56.88 68.81 14.03 -
YUV 203.65 44.67 139.66 -
System Red Green Blue C M Y K H S L
Decimal 220 224 56 0.02 0 0.75 0.12 61.43 0.73 0.55
Hex DC E0 38 2 0 4B C 3D 49 37
Octal 334 340 70 2 0 113 14 75 111 67
Binary 11011100 11100000 111000 10 0 1001011 1100 111101 1001001 110111

Color Harmonies of #DCE038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE038

Black with #DCE038

Text Example


Text Example

White with #DCE038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE038; }

 p { color: rgb(220,224,56); }

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

background-color css

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

 a { background-color: rgb(220,224,56); }

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

border-color css

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

 span { border-color: rgb(220,224,56); }

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