Html Css Color HEX #DBEB46 Starship

📋 copy color: '#DBEB46'

red 219 ◦ green 235 ◦ blue 70

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

Shades of Starship #DBEB46

Tints of Starship #DBEB46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.36%

R = 41.79%
G = 44.85%
B = 13.36%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#DBEB46 (or 0xDBEB46) is known color: Starship. HEX triplet: DB, EB and 46. RGB value is (219,235,70). Sum of RGB (Red+Green+Blue) = 219+235+70=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 235 (92.19% from 255 or 44.85% from 524); Blue value is 70 (27.73% from 255 or 13.36% from 524); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEB46 is #2414B9. Grayscale: #D4D4D4. Windows color (decimal): -2364602 or 4647899. OLE color: 4647899.

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

Color convert

RGB 219 235 70 -
CMYK 0.07 0 0.70 0.08
HSL 65.82º 0.8% 0.6% -
HSV(B) 65.82º 0.7% 0.92% -
XYZ 60.03 74.92 17.09 -
YUV 211.41 48.2 133.42 -
System Red Green Blue C M Y K H S L
Decimal 219 235 70 0.07 0 0.70 0.08 65.82 0.8 0.6
Hex DB EB 46 7 0 46 8 42 50 3C
Octal 333 353 106 7 0 106 10 102 120 74
Binary 11011011 11101011 1000110 111 0 1000110 1000 1000010 1010000 111100

Color Harmonies of #DBEB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEB46

Black with #DBEB46

Text Example


Text Example

White with #DBEB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEB46; }

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

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

background-color css

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

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

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

border-color css

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

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

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