Html Css Color HEX #DBE33A Starship

📋 copy color: '#DBE33A'

red 219 ◦ green 227 ◦ blue 58

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

Shades of Starship #DBE33A

Tints of Starship #DBE33A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.04%

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

R = 43.45%
G = 45.04%
B = 11.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#DBE33A (or 0xDBE33A) is known color: Starship. HEX triplet: DB, E3 and 3A. RGB value is (219,227,58). Sum of RGB (Red+Green+Blue) = 219+227+58=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 227 (89.06% from 255 or 45.04% from 504); Blue value is 58 (23.05% from 255 or 11.51% from 504); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE33A is #241CC5. Grayscale: #CECECE. Windows color (decimal): -2366662 or 3859419. OLE color: 3859419.

HSL color Cylindrical-coordinate representation of color #DBE33A: hue angle of 62.84º degrees, saturation: 0.75, 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 #DBE33A is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 227 58 -
CMYK 0.04 0 0.74 0.11
HSL 62.84º 0.75% 0.56% -
HSV(B) 62.84º 0.74% 0.89% -
XYZ 57.45 70.3 14.55 -
YUV 205.34 44.85 137.74 -
System Red Green Blue C M Y K H S L
Decimal 219 227 58 0.04 0 0.74 0.11 62.84 0.75 0.56
Hex DB E3 3A 4 0 4A B 3F 4B 38
Octal 333 343 72 4 0 112 13 77 113 70
Binary 11011011 11100011 111010 100 0 1001010 1011 111111 1001011 111000

Color Harmonies of #DBE33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE33A

Black with #DBE33A

Text Example


Text Example

White with #DBE33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE33A; }

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

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

background-color css

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

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

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

border-color css

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

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

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