Html Css Color HEX #DCE040 Starship

📋 copy color: '#DCE040'

red 220 ◦ green 224 ◦ blue 64

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

Shades of Starship #DCE040

Tints of Starship #DCE040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.6%

R = 43.31%
G = 44.09%
B = 12.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#DCE040 (or 0xDCE040) is known color: Starship. HEX triplet: DC, E0 and 40. RGB value is (220,224,64). Sum of RGB (Red+Green+Blue) = 220+224+64=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 64 (25.39% from 255 or 12.60% from 508); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE040 is #231FBF. Grayscale: #CDCDCD. Windows color (decimal): -2301888 or 4251868. OLE color: 4251868.

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

Color convert

RGB 220 224 64 -
CMYK 0.02 0 0.71 0.12
HSL 61.5º 0.72% 0.56% -
HSV(B) 61.5º 0.71% 0.88% -
XYZ 57.1 68.9 15.14 -
YUV 204.56 48.67 139.01 -
System Red Green Blue C M Y K H S L
Decimal 220 224 64 0.02 0 0.71 0.12 61.5 0.72 0.56
Hex DC E0 40 2 0 47 C 3E 48 38
Octal 334 340 100 2 0 107 14 76 110 70
Binary 11011100 11100000 1000000 10 0 1000111 1100 111110 1001000 111000

Color Harmonies of #DCE040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE040

Black with #DCE040

Text Example


Text Example

White with #DCE040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE040; }

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

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

background-color css

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

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

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

border-color css

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

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

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