Html Css Color HEX #DCE143 Starship

📋 copy color: '#DCE143'

red 220 ◦ green 225 ◦ blue 67

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

Shades of Starship #DCE143

Tints of Starship #DCE143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 13.09%

R = 42.97%
G = 43.95%
B = 13.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#DCE143 (or 0xDCE143) is known color: Starship. HEX triplet: DC, E1 and 43. RGB value is (220,225,67). Sum of RGB (Red+Green+Blue) = 220+225+67=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 67 (26.56% from 255 or 13.09% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE143 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE143 is #231EBC. Grayscale: #CECECE. Windows color (decimal): -2301629 or 4448732. OLE color: 4448732.

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

Color convert

RGB 220 225 67 -
CMYK 0.02 0 0.70 0.12
HSL 61.9º 0.72% 0.57% -
HSV(B) 61.9º 0.7% 0.88% -
XYZ 57.45 69.47 15.69 -
YUV 205.49 49.84 138.35 -
System Red Green Blue C M Y K H S L
Decimal 220 225 67 0.02 0 0.70 0.12 61.9 0.72 0.57
Hex DC E1 43 2 0 46 C 3E 48 39
Octal 334 341 103 2 0 106 14 76 110 71
Binary 11011100 11100001 1000011 10 0 1000110 1100 111110 1001000 111001

Color Harmonies of #DCE143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE143

Black with #DCE143

Text Example


Text Example

White with #DCE143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE143; }

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

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

background-color css

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

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

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

border-color css

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

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

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