Html Css Color HEX #DBE13B Starship

📋 copy color: '#DBE13B'

red 219 ◦ green 225 ◦ blue 59

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

Shades of Starship #DBE13B

Tints of Starship #DBE13B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.73%

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

R = 43.54%
G = 44.73%
B = 11.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#DBE13B (or 0xDBE13B) is known color: Starship. HEX triplet: DB, E1 and 3B. RGB value is (219,225,59). Sum of RGB (Red+Green+Blue) = 219+225+59=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 59 (23.44% from 255 or 11.73% from 503); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE13B is #241EC4. Grayscale: #CCCCCC. Windows color (decimal): -2367173 or 3924443. OLE color: 3924443.

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

Color convert

RGB 219 225 59 -
CMYK 0.03 0 0.74 0.12
HSL 62.17º 0.73% 0.56% -
HSV(B) 62.17º 0.74% 0.88% -
XYZ 56.93 69.23 14.5 -
YUV 204.28 46.01 138.5 -
System Red Green Blue C M Y K H S L
Decimal 219 225 59 0.03 0 0.74 0.12 62.17 0.73 0.56
Hex DB E1 3B 3 0 4A C 3E 49 38
Octal 333 341 73 3 0 112 14 76 111 70
Binary 11011011 11100001 111011 11 0 1001010 1100 111110 1001001 111000

Color Harmonies of #DBE13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE13B

Black with #DBE13B

Text Example


Text Example

White with #DBE13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE13B; }

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

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

background-color css

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

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

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

border-color css

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

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

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