Html Css Color HEX #DCE141 Starship

📋 copy color: '#DCE141'

red 220 ◦ green 225 ◦ blue 65

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

Shades of Starship #DCE141

Tints of Starship #DCE141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.75%

R = 43.14%
G = 44.12%
B = 12.75%

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

#DCE141 (or 0xDCE141) is known color: Starship. HEX triplet: DC, E1 and 41. RGB value is (220,225,65). Sum of RGB (Red+Green+Blue) = 220+225+65=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 225 (88.28% from 255 or 44.12% from 510); Blue value is 65 (25.78% from 255 or 12.75% from 510); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE141 is #231EBE. Grayscale: #CDCDCD. Windows color (decimal): -2301631 or 4317660. OLE color: 4317660.

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

Color convert

RGB 220 225 65 -
CMYK 0.02 0 0.71 0.12
HSL 61.88º 0.73% 0.57% -
HSV(B) 61.88º 0.71% 0.88% -
XYZ 57.39 69.45 15.38 -
YUV 205.27 48.84 138.51 -
System Red Green Blue C M Y K H S L
Decimal 220 225 65 0.02 0 0.71 0.12 61.88 0.73 0.57
Hex DC E1 41 2 0 47 C 3E 49 39
Octal 334 341 101 2 0 107 14 76 111 71
Binary 11011100 11100001 1000001 10 0 1000111 1100 111110 1001001 111001

Color Harmonies of #DCE141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE141

Black with #DCE141

Text Example


Text Example

White with #DCE141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE141; }

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

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

background-color css

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

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

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

border-color css

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

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

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