Html Css Color HEX #DCE13F Starship

📋 copy color: '#DCE13F'

red 220 ◦ green 225 ◦ blue 63

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

Shades of Starship #DCE13F

Tints of Starship #DCE13F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.4%

R = 43.31%
G = 44.29%
B = 12.4%

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

#DCE13F (or 0xDCE13F) is known color: Starship. HEX triplet: DC, E1 and 3F. RGB value is (220,225,63). Sum of RGB (Red+Green+Blue) = 220+225+63=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 63 (25% from 255 or 12.40% from 508); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE13F is #231EC0. Grayscale: #CDCDCD. Windows color (decimal): -2301633 or 4186588. OLE color: 4186588.

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

Color convert

RGB 220 225 63 -
CMYK 0.02 0 0.72 0.12
HSL 61.85º 0.73% 0.56% -
HSV(B) 61.85º 0.72% 0.88% -
XYZ 57.34 69.42 15.08 -
YUV 205.04 47.84 138.67 -
System Red Green Blue C M Y K H S L
Decimal 220 225 63 0.02 0 0.72 0.12 61.85 0.73 0.56
Hex DC E1 3F 2 0 48 C 3E 49 38
Octal 334 341 77 2 0 110 14 76 111 70
Binary 11011100 11100001 111111 10 0 1001000 1100 111110 1001001 111000

Color Harmonies of #DCE13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE13F

Black with #DCE13F

Text Example


Text Example

White with #DCE13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE13F; }

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

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

background-color css

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

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

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

border-color css

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

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

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