Html Css Color HEX #DCEB49 Starship

📋 copy color: '#DCEB49'

red 220 ◦ green 235 ◦ blue 73

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

Shades of Starship #DCEB49

Tints of Starship #DCEB49

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.51%

 BLUE value IS 73 (28.91% from 255) = 13.83%

R = 41.67%
G = 44.51%
B = 13.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#DCEB49 (or 0xDCEB49) is known color: Starship. HEX triplet: DC, EB and 49. RGB value is (220,235,73). Sum of RGB (Red+Green+Blue) = 220+235+73=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 235 (92.19% from 255 or 44.51% from 528); Blue value is 73 (28.91% from 255 or 13.83% from 528); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEB49 is #2314B6. Grayscale: #D4D4D4. Windows color (decimal): -2299063 or 4844508. OLE color: 4844508.

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

Color convert

RGB 220 235 73 -
CMYK 0.06 0 0.69 0.08
HSL 65.56º 0.8% 0.6% -
HSV(B) 65.56º 0.69% 0.92% -
XYZ 60.43 75.11 17.62 -
YUV 212.05 49.53 133.67 -
System Red Green Blue C M Y K H S L
Decimal 220 235 73 0.06 0 0.69 0.08 65.56 0.8 0.6
Hex DC EB 49 6 0 45 8 42 50 3C
Octal 334 353 111 6 0 105 10 102 120 74
Binary 11011100 11101011 1001001 110 0 1000101 1000 1000010 1010000 111100

Color Harmonies of #DCEB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEB49

Black with #DCEB49

Text Example


Text Example

White with #DCEB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEB49; }

 p { color: rgb(220,235,73); }

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

background-color css

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

 a { background-color: rgb(220,235,73); }

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

border-color css

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

 span { border-color: rgb(220,235,73); }

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