Html Css Color HEX #DBE23A Starship

📋 copy color: '#DBE23A'

red 219 ◦ green 226 ◦ blue 58

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

Shades of Starship #DBE23A

Tints of Starship #DBE23A

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.93%

 BLUE value IS 58 (23.05% from 255) = 11.53%

R = 43.54%
G = 44.93%
B = 11.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#DBE23A (or 0xDBE23A) is known color: Starship. HEX triplet: DB, E2 and 3A. RGB value is (219,226,58). Sum of RGB (Red+Green+Blue) = 219+226+58=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 226 (88.67% from 255 or 44.93% from 503); Blue value is 58 (23.05% from 255 or 11.53% from 503); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE23A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE23A is #241DC5. Grayscale: #CDCDCD. Windows color (decimal): -2366918 or 3859163. OLE color: 3859163.

HSL color Cylindrical-coordinate representation of color #DBE23A: hue angle of 62.5º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBE23A is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 226 58 -
CMYK 0.03 0 0.74 0.11
HSL 62.5º 0.74% 0.56% -
HSV(B) 62.5º 0.74% 0.89% -
XYZ 57.17 69.76 14.45 -
YUV 204.76 45.18 138.16 -
System Red Green Blue C M Y K H S L
Decimal 219 226 58 0.03 0 0.74 0.11 62.5 0.74 0.56
Hex DB E2 3A 3 0 4A B 3F 4A 38
Octal 333 342 72 3 0 112 13 77 112 70
Binary 11011011 11100010 111010 11 0 1001010 1011 111111 1001010 111000

Color Harmonies of #DBE23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE23A

Black with #DBE23A

Text Example


Text Example

White with #DBE23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE23A; }

 p { color: rgb(219,226,58); }

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

background-color css

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

 a { background-color: rgb(219,226,58); }

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

border-color css

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

 span { border-color: rgb(219,226,58); }

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