Html Css Color HEX #DCE134 Starship

📋 copy color: '#DCE134'

red 220 ◦ green 225 ◦ blue 52

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

Shades of Starship #DCE134

Tints of Starship #DCE134

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.27%

 BLUE value IS 52 (20.7% from 255) = 10.46%

R = 44.27%
G = 45.27%
B = 10.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#DCE134 (or 0xDCE134) is known color: Starship. HEX triplet: DC, E1 and 34. RGB value is (220,225,52). Sum of RGB (Red+Green+Blue) = 220+225+52=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 52 (20.70% from 255 or 10.46% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE134 is #231ECB. Grayscale: #CCCCCC. Windows color (decimal): -2301644 or 3465692. OLE color: 3465692.

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

Color convert

RGB 220 225 52 -
CMYK 0.02 0 0.77 0.12
HSL 61.73º 0.74% 0.54% -
HSV(B) 61.73º 0.77% 0.88% -
XYZ 57.06 69.31 13.62 -
YUV 203.78 42.34 139.57 -
System Red Green Blue C M Y K H S L
Decimal 220 225 52 0.02 0 0.77 0.12 61.73 0.74 0.54
Hex DC E1 34 2 0 4D C 3E 4A 36
Octal 334 341 64 2 0 115 14 76 112 66
Binary 11011100 11100001 110100 10 0 1001101 1100 111110 1001010 110110

Color Harmonies of #DCE134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE134

Black with #DCE134

Text Example


Text Example

White with #DCE134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE134; }

 p { color: rgb(220,225,52); }

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

background-color css

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

 a { background-color: rgb(220,225,52); }

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

border-color css

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

 span { border-color: rgb(220,225,52); }

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