Html Css Color HEX #DCEA47 Starship

📋 copy color: '#DCEA47'

red 220 ◦ green 234 ◦ blue 71

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

Shades of Starship #DCEA47

Tints of Starship #DCEA47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.52%

R = 41.9%
G = 44.57%
B = 13.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#DCEA47 (or 0xDCEA47) is known color: Starship. HEX triplet: DC, EA and 47. RGB value is (220,234,71). Sum of RGB (Red+Green+Blue) = 220+234+71=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 234 (91.80% from 255 or 44.57% from 525); Blue value is 71 (28.12% from 255 or 13.52% from 525); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEA47 is #2315B8. Grayscale: #D3D3D3. Windows color (decimal): -2299321 or 4713180. OLE color: 4713180.

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

Color convert

RGB 220 234 71 -
CMYK 0.06 0 0.70 0.08
HSL 65.15º 0.8% 0.6% -
HSV(B) 65.15º 0.7% 0.92% -
XYZ 60.08 74.52 17.18 -
YUV 211.23 48.86 134.25 -
System Red Green Blue C M Y K H S L
Decimal 220 234 71 0.06 0 0.70 0.08 65.15 0.8 0.6
Hex DC EA 47 6 0 46 8 41 50 3C
Octal 334 352 107 6 0 106 10 101 120 74
Binary 11011100 11101010 1000111 110 0 1000110 1000 1000001 1010000 111100

Color Harmonies of #DCEA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEA47

Black with #DCEA47

Text Example


Text Example

White with #DCEA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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