Html Css Color HEX #DCE032 Starship

📋 copy color: '#DCE032'

red 220 ◦ green 224 ◦ blue 50

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

Shades of Starship #DCE032

Tints of Starship #DCE032

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.34%

 BLUE value IS 50 (19.92% from 255) = 10.12%

R = 44.53%
G = 45.34%
B = 10.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#DCE032 (or 0xDCE032) is known color: Starship. HEX triplet: DC, E0 and 32. RGB value is (220,224,50). Sum of RGB (Red+Green+Blue) = 220+224+50=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 50 (19.92% from 255 or 10.12% from 494); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE032 is #231FCD. Grayscale: #CBCBCB. Windows color (decimal): -2301902 or 3334364. OLE color: 3334364.

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

Color convert

RGB 220 224 50 -
CMYK 0.02 0 0.78 0.12
HSL 61.38º 0.74% 0.54% -
HSV(B) 61.38º 0.78% 0.88% -
XYZ 56.75 68.76 13.3 -
YUV 202.97 41.67 140.15 -
System Red Green Blue C M Y K H S L
Decimal 220 224 50 0.02 0 0.78 0.12 61.38 0.74 0.54
Hex DC E0 32 2 0 4E C 3D 4A 36
Octal 334 340 62 2 0 116 14 75 112 66
Binary 11011100 11100000 110010 10 0 1001110 1100 111101 1001010 110110

Color Harmonies of #DCE032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE032

Black with #DCE032

Text Example


Text Example

White with #DCE032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE032; }

 p { color: rgb(220,224,50); }

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

background-color css

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

 a { background-color: rgb(220,224,50); }

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

border-color css

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

 span { border-color: rgb(220,224,50); }

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