Html Css Color HEX #DBE03B Starship

📋 copy color: '#DBE03B'

red 219 ◦ green 224 ◦ blue 59

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

Shades of Starship #DBE03B

Tints of Starship #DBE03B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.62%

 BLUE value IS 59 (23.44% from 255) = 11.75%

R = 43.63%
G = 44.62%
B = 11.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#DBE03B (or 0xDBE03B) is known color: Starship. HEX triplet: DB, E0 and 3B. RGB value is (219,224,59). Sum of RGB (Red+Green+Blue) = 219+224+59=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 59 (23.44% from 255 or 11.75% from 502); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE03B is #241FC4. Grayscale: #CCCCCC. Windows color (decimal): -2367429 or 3924187. OLE color: 3924187.

HSL color Cylindrical-coordinate representation of color #DBE03B: hue angle of 61.82º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBE03B is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 224 59 -
CMYK 0.02 0 0.74 0.12
HSL 61.82º 0.73% 0.55% -
HSV(B) 61.82º 0.74% 0.88% -
XYZ 56.66 68.69 14.41 -
YUV 203.7 46.34 138.92 -
System Red Green Blue C M Y K H S L
Decimal 219 224 59 0.02 0 0.74 0.12 61.82 0.73 0.55
Hex DB E0 3B 2 0 4A C 3E 49 37
Octal 333 340 73 2 0 112 14 76 111 67
Binary 11011011 11100000 111011 10 0 1001010 1100 111110 1001001 110111

Color Harmonies of #DBE03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE03B

Black with #DBE03B

Text Example


Text Example

White with #DBE03B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE03B; }

 p { color: rgb(219,224,59); }

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

background-color css

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

 a { background-color: rgb(219,224,59); }

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

border-color css

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

 span { border-color: rgb(219,224,59); }

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