Html Css Color HEX #DBEB49 Starship

📋 copy color: '#DBEB49'

red 219 ◦ green 235 ◦ blue 73

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

Shades of Starship #DBEB49

Tints of Starship #DBEB49

RGB

 RED value IS 219 (85.94% from 255) = 41.56%

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

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

R = 41.56%
G = 44.59%
B = 13.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#DBEB49 (or 0xDBEB49) is known color: Starship. HEX triplet: DB, EB and 49. RGB value is (219,235,73). Sum of RGB (Red+Green+Blue) = 219+235+73=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 235 (92.19% from 255 or 44.59% from 527); Blue value is 73 (28.91% from 255 or 13.85% from 527); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEB49 is #2414B6. Grayscale: #D4D4D4. Windows color (decimal): -2364599 or 4844507. OLE color: 4844507.

HSL color Cylindrical-coordinate representation of color #DBEB49: hue angle of 65.93º 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 #DBEB49 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 235 73 -
CMYK 0.07 0 0.69 0.08
HSL 65.93º 0.8% 0.6% -
HSV(B) 65.93º 0.69% 0.92% -
XYZ 60.12 74.96 17.6 -
YUV 211.75 49.7 133.17 -
System Red Green Blue C M Y K H S L
Decimal 219 235 73 0.07 0 0.69 0.08 65.93 0.8 0.6
Hex DB EB 49 7 0 45 8 42 50 3C
Octal 333 353 111 7 0 105 10 102 120 74
Binary 11011011 11101011 1001001 111 0 1000101 1000 1000010 1010000 111100

Color Harmonies of #DBEB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEB49

Black with #DBEB49

Text Example


Text Example

White with #DBEB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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