Html Css Color HEX #DBEB48 Starship

📋 copy color: '#DBEB48'

red 219 ◦ green 235 ◦ blue 72

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

Shades of Starship #DBEB48

Tints of Starship #DBEB48

RGB

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

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

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

R = 41.63%
G = 44.68%
B = 13.69%

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

#DBEB48 (or 0xDBEB48) is known color: Starship. HEX triplet: DB, EB and 48. RGB value is (219,235,72). Sum of RGB (Red+Green+Blue) = 219+235+72=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 235 (92.19% from 255 or 44.68% from 526); Blue value is 72 (28.52% from 255 or 13.69% from 526); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEB48 is #2414B7. Grayscale: #D4D4D4. Windows color (decimal): -2364600 or 4778971. OLE color: 4778971.

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

Color convert

RGB 219 235 72 -
CMYK 0.07 0 0.69 0.08
HSL 65.89º 0.8% 0.6% -
HSV(B) 65.89º 0.69% 0.92% -
XYZ 60.09 74.94 17.43 -
YUV 211.63 49.2 133.25 -
System Red Green Blue C M Y K H S L
Decimal 219 235 72 0.07 0 0.69 0.08 65.89 0.8 0.6
Hex DB EB 48 7 0 45 8 42 50 3C
Octal 333 353 110 7 0 105 10 102 120 74
Binary 11011011 11101011 1001000 111 0 1000101 1000 1000010 1010000 111100

Color Harmonies of #DBEB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEB48

Black with #DBEB48

Text Example


Text Example

White with #DBEB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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