Html Css Color HEX #DBEA41 Starship

📋 copy color: '#DBEA41'

red 219 ◦ green 234 ◦ blue 65

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

Shades of Starship #DBEA41

Tints of Starship #DBEA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.55%

R = 42.28%
G = 45.17%
B = 12.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#DBEA41 (or 0xDBEA41) is known color: Starship. HEX triplet: DB, EA and 41. RGB value is (219,234,65). Sum of RGB (Red+Green+Blue) = 219+234+65=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 234 (91.80% from 255 or 45.17% from 518); Blue value is 65 (25.78% from 255 or 12.55% from 518); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEA41 is #2415BE. Grayscale: #D2D2D2. Windows color (decimal): -2364863 or 4319963. OLE color: 4319963.

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

Color convert

RGB 219 234 65 -
CMYK 0.06 0 0.72 0.08
HSL 65.33º 0.8% 0.59% -
HSV(B) 65.33º 0.72% 0.92% -
XYZ 59.59 74.29 16.2 -
YUV 210.25 46.03 134.24 -
System Red Green Blue C M Y K H S L
Decimal 219 234 65 0.06 0 0.72 0.08 65.33 0.8 0.59
Hex DB EA 41 6 0 48 8 41 50 3B
Octal 333 352 101 6 0 110 10 101 120 73
Binary 11011011 11101010 1000001 110 0 1001000 1000 1000001 1010000 111011

Color Harmonies of #DBEA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEA41

Black with #DBEA41

Text Example


Text Example

White with #DBEA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEA41; }

 p { color: rgb(219,234,65); }

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

background-color css

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

 a { background-color: rgb(219,234,65); }

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

border-color css

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

 span { border-color: rgb(219,234,65); }

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