Html Css Color HEX #DCE140 Starship

📋 copy color: '#DCE140'

red 220 ◦ green 225 ◦ blue 64

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

Shades of Starship #DCE140

Tints of Starship #DCE140

RGB

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

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

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

R = 43.22%
G = 44.2%
B = 12.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#DCE140 (or 0xDCE140) is known color: Starship. HEX triplet: DC, E1 and 40. RGB value is (220,225,64). Sum of RGB (Red+Green+Blue) = 220+225+64=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 64 (25.39% from 255 or 12.57% from 509); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE140 is #231EBF. Grayscale: #CDCDCD. Windows color (decimal): -2301632 or 4252124. OLE color: 4252124.

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

Color convert

RGB 220 225 64 -
CMYK 0.02 0 0.72 0.12
HSL 61.86º 0.73% 0.57% -
HSV(B) 61.86º 0.72% 0.88% -
XYZ 57.37 69.44 15.23 -
YUV 205.15 48.34 138.59 -
System Red Green Blue C M Y K H S L
Decimal 220 225 64 0.02 0 0.72 0.12 61.86 0.73 0.57
Hex DC E1 40 2 0 48 C 3E 49 39
Octal 334 341 100 2 0 110 14 76 111 71
Binary 11011100 11100001 1000000 10 0 1001000 1100 111110 1001001 111001

Color Harmonies of #DCE140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE140

Black with #DCE140

Text Example


Text Example

White with #DCE140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE140; }

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

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

background-color css

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

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

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

border-color css

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

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

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