Html Css Color HEX #DCEA41 Starship

📋 copy color: '#DCEA41'

red 220 ◦ green 234 ◦ blue 65

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

Shades of Starship #DCEA41

Tints of Starship #DCEA41

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.09%

 BLUE value IS 65 (25.78% from 255) = 12.52%

R = 42.39%
G = 45.09%
B = 12.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#DCEA41 (or 0xDCEA41) is known color: Starship. HEX triplet: DC, EA and 41. RGB value is (220,234,65). Sum of RGB (Red+Green+Blue) = 220+234+65=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 65 (25.78% from 255 or 12.52% from 519); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEA41 is #2315BE. Grayscale: #D3D3D3. Windows color (decimal): -2299327 or 4319964. OLE color: 4319964.

HSL color Cylindrical-coordinate representation of color #DCEA41: hue angle of 64.97º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCEA41 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 234 65 -
CMYK 0.06 0 0.72 0.08
HSL 64.97º 0.8% 0.59% -
HSV(B) 64.97º 0.72% 0.92% -
XYZ 59.89 74.44 16.21 -
YUV 210.55 45.86 134.74 -
System Red Green Blue C M Y K H S L
Decimal 220 234 65 0.06 0 0.72 0.08 64.97 0.8 0.59
Hex DC EA 41 6 0 48 8 41 50 3B
Octal 334 352 101 6 0 110 10 101 120 73
Binary 11011100 11101010 1000001 110 0 1001000 1000 1000001 1010000 111011

Color Harmonies of #DCEA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEA41

Black with #DCEA41

Text Example


Text Example

White with #DCEA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEA41; }

 p { color: rgb(220,234,65); }

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

background-color css

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

 a { background-color: rgb(220,234,65); }

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

border-color css

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

 span { border-color: rgb(220,234,65); }

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