Html Css Color HEX #DCE93C Starship

📋 copy color: '#DCE93C'

red 220 ◦ green 233 ◦ blue 60

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

Shades of Starship #DCE93C

Tints of Starship #DCE93C

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.42%

 BLUE value IS 60 (23.83% from 255) = 11.7%

R = 42.88%
G = 45.42%
B = 11.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#DCE93C (or 0xDCE93C) is known color: Starship. HEX triplet: DC, E9 and 3C. RGB value is (220,233,60). Sum of RGB (Red+Green+Blue) = 220+233+60=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 233 (91.41% from 255 or 45.42% from 513); Blue value is 60 (23.83% from 255 or 11.70% from 513); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE93C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE93C is #2316C3. Grayscale: #D2D2D2. Windows color (decimal): -2299588 or 3992028. OLE color: 3992028.

HSL color Cylindrical-coordinate representation of color #DCE93C: hue angle of 64.51º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCE93C is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 233 60 -
CMYK 0.06 0 0.74 0.09
HSL 64.51º 0.8% 0.57% -
HSV(B) 64.51º 0.74% 0.91% -
XYZ 59.47 73.82 15.39 -
YUV 209.39 43.69 135.57 -
System Red Green Blue C M Y K H S L
Decimal 220 233 60 0.06 0 0.74 0.09 64.51 0.8 0.57
Hex DC E9 3C 6 0 4A 9 41 50 39
Octal 334 351 74 6 0 112 11 101 120 71
Binary 11011100 11101001 111100 110 0 1001010 1001 1000001 1010000 111001

Color Harmonies of #DCE93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE93C

Black with #DCE93C

Text Example


Text Example

White with #DCE93C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE93C; }

 p { color: rgb(220,233,60); }

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

background-color css

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

 a { background-color: rgb(220,233,60); }

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

border-color css

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

 span { border-color: rgb(220,233,60); }

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