Html Css Color HEX #DCE93D Starship

📋 copy color: '#DCE93D'

red 220 ◦ green 233 ◦ blue 61

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

Shades of Starship #DCE93D

Tints of Starship #DCE93D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.87%

R = 42.8%
G = 45.33%
B = 11.87%

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

#DCE93D (or 0xDCE93D) is known color: Starship. HEX triplet: DC, E9 and 3D. RGB value is (220,233,61). Sum of RGB (Red+Green+Blue) = 220+233+61=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 233 (91.41% from 255 or 45.33% from 514); Blue value is 61 (24.22% from 255 or 11.87% from 514); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE93D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE93D is #2316C2. Grayscale: #D2D2D2. Windows color (decimal): -2299587 or 4057564. OLE color: 4057564.

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

Color convert

RGB 220 233 61 -
CMYK 0.06 0 0.74 0.09
HSL 64.53º 0.8% 0.58% -
HSV(B) 64.53º 0.74% 0.91% -
XYZ 59.5 73.83 15.53 -
YUV 209.51 44.19 135.49 -
System Red Green Blue C M Y K H S L
Decimal 220 233 61 0.06 0 0.74 0.09 64.53 0.8 0.58
Hex DC E9 3D 6 0 4A 9 41 50 3A
Octal 334 351 75 6 0 112 11 101 120 72
Binary 11011100 11101001 111101 110 0 1001010 1001 1000001 1010000 111010

Color Harmonies of #DCE93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE93D

Black with #DCE93D

Text Example


Text Example

White with #DCE93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE93D; }

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

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

background-color css

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

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

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

border-color css

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

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

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