Html Css Color HEX #DBDE3B Starship

📋 copy color: '#DBDE3B'

red 219 ◦ green 222 ◦ blue 59

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

Shades of Starship #DBDE3B

Tints of Starship #DBDE3B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.4%

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

R = 43.8%
G = 44.4%
B = 11.8%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DBDE3B (or 0xDBDE3B) is known color: Starship. HEX triplet: DB, DE and 3B. RGB value is (219,222,59). Sum of RGB (Red+Green+Blue) = 219+222+59=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 59 (23.44% from 255 or 11.8% from 500); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDE3B is #2421C4. Grayscale: #CBCBCB. Windows color (decimal): -2367941 or 3923675. OLE color: 3923675.

HSL color Cylindrical-coordinate representation of color #DBDE3B: hue angle of 61.1º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBDE3B is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 222 59 -
CMYK 0.01 0 0.73 0.13
HSL 61.1º 0.71% 0.55% -
HSV(B) 61.1º 0.73% 0.87% -
XYZ 56.12 67.62 14.23 -
YUV 202.52 47.01 139.75 -
System Red Green Blue C M Y K H S L
Decimal 219 222 59 0.01 0 0.73 0.13 61.1 0.71 0.55
Hex DB DE 3B 1 0 49 D 3D 47 37
Octal 333 336 73 1 0 111 15 75 107 67
Binary 11011011 11011110 111011 1 0 1001001 1101 111101 1000111 110111

Color Harmonies of #DBDE3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDE3B

Black with #DBDE3B

Text Example


Text Example

White with #DBDE3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDE3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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