Html Css Color HEX #DBD73A Starship

📋 copy color: '#DBD73A'

red 219 ◦ green 215 ◦ blue 58

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

Shades of Starship #DBD73A

Tints of Starship #DBD73A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.7%

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

R = 44.51%
G = 43.7%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DBD73A (or 0xDBD73A) is known color: Starship. HEX triplet: DB, D7 and 3A. RGB value is (219,215,58). Sum of RGB (Red+Green+Blue) = 219+215+58=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 215 (84.38% from 255 or 43.70% from 492); Blue value is 58 (23.05% from 255 or 11.79% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD73A is #2428C5. Grayscale: #C6C6C6. Windows color (decimal): -2369734 or 3856347. OLE color: 3856347.

HSL color Cylindrical-coordinate representation of color #DBD73A: hue angle of 58.51º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBD73A is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 215 58 -
CMYK 0 0.02 0.74 0.14
HSL 58.51º 0.69% 0.54% -
HSV(B) 58.51º 0.74% 0.86% -
XYZ 54.28 63.97 13.49 -
YUV 198.3 48.83 142.77 -
System Red Green Blue C M Y K H S L
Decimal 219 215 58 0 0.02 0.74 0.14 58.51 0.69 0.54
Hex DB D7 3A 0 2 4A E 3B 45 36
Octal 333 327 72 0 2 112 16 73 105 66
Binary 11011011 11010111 111010 0 10 1001010 1110 111011 1000101 110110

Color Harmonies of #DBD73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD73A

Black with #DBD73A

Text Example


Text Example

White with #DBD73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD73A; }

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

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

background-color css

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

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

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

border-color css

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

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

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