Html Css Color HEX #DCE548 Starship

📋 copy color: '#DCE548'

red 220 ◦ green 229 ◦ blue 72

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

Shades of Starship #DCE548

Tints of Starship #DCE548

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.95%

 BLUE value IS 72 (28.52% from 255) = 13.82%

R = 42.23%
G = 43.95%
B = 13.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#DCE548 (or 0xDCE548) is known color: Starship. HEX triplet: DC, E5 and 48. RGB value is (220,229,72). Sum of RGB (Red+Green+Blue) = 220+229+72=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 229 (89.84% from 255 or 43.95% from 521); Blue value is 72 (28.52% from 255 or 13.82% from 521); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE548 is #231AB7. Grayscale: #D1D1D1. Windows color (decimal): -2300600 or 4777436. OLE color: 4777436.

HSL color Cylindrical-coordinate representation of color #DCE548: hue angle of 63.44º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCE548 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 229 72 -
CMYK 0.04 0 0.69 0.10
HSL 63.44º 0.75% 0.59% -
HSV(B) 63.44º 0.69% 0.9% -
XYZ 58.7 71.72 16.88 -
YUV 208.41 51.02 136.27 -
System Red Green Blue C M Y K H S L
Decimal 220 229 72 0.04 0 0.69 0.10 63.44 0.75 0.59
Hex DC E5 48 4 0 45 A 3F 4B 3B
Octal 334 345 110 4 0 105 12 77 113 73
Binary 11011100 11100101 1001000 100 0 1000101 1010 111111 1001011 111011

Color Harmonies of #DCE548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE548

Black with #DCE548

Text Example


Text Example

White with #DCE548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE548; }

 p { color: rgb(220,229,72); }

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

background-color css

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

 a { background-color: rgb(220,229,72); }

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

border-color css

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

 span { border-color: rgb(220,229,72); }

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