Html Css Color HEX #DBDA40 Starship

📋 copy color: '#DBDA40'

red 219 ◦ green 218 ◦ blue 64

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

Shades of Starship #DBDA40

Tints of Starship #DBDA40

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.51%

 BLUE value IS 64 (25.39% from 255) = 12.77%

R = 43.71%
G = 43.51%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DBDA40 (or 0xDBDA40) is known color: Starship. HEX triplet: DB, DA and 40. RGB value is (219,218,64). Sum of RGB (Red+Green+Blue) = 219+218+64=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 64 (25.39% from 255 or 12.77% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDA40 is #2425BF. Grayscale: #C9C9C9. Windows color (decimal): -2368960 or 4250331. OLE color: 4250331.

HSL color Cylindrical-coordinate representation of color #DBDA40: hue angle of 59.61º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBDA40 is Cyan = 0, Magento = 0.00, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 218 64 -
CMYK 0 0.00 0.71 0.14
HSL 59.61º 0.68% 0.55% -
HSV(B) 59.61º 0.71% 0.86% -
XYZ 55.21 65.57 14.6 -
YUV 200.74 50.83 141.02 -
System Red Green Blue C M Y K H S L
Decimal 219 218 64 0 0.00 0.71 0.14 59.61 0.68 0.55
Hex DB DA 40 0 0 47 E 3C 44 37
Octal 333 332 100 0 0 107 16 74 104 67
Binary 11011011 11011010 1000000 0 0 1000111 1110 111100 1000100 110111

Color Harmonies of #DBDA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA40

Black with #DBDA40

Text Example


Text Example

White with #DBDA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA40; }

 p { color: rgb(219,218,64); }

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

background-color css

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

 a { background-color: rgb(219,218,64); }

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

border-color css

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

 span { border-color: rgb(219,218,64); }

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