Html Css Color HEX #DBD940 Starship

📋 copy color: '#DBD940'

red 219 ◦ green 217 ◦ blue 64

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

Shades of Starship #DBD940

Tints of Starship #DBD940

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.4%

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

R = 43.8%
G = 43.4%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DBD940 (or 0xDBD940) is known color: Starship. HEX triplet: DB, D9 and 40. RGB value is (219,217,64). Sum of RGB (Red+Green+Blue) = 219+217+64=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 64 (25.39% from 255 or 12.8% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD940 is #2426BF. Grayscale: #C8C8C8. Windows color (decimal): -2369216 or 4250075. OLE color: 4250075.

HSL color Cylindrical-coordinate representation of color #DBD940: hue angle of 59.23º 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 #DBD940 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 217 64 -
CMYK 0 0.01 0.71 0.14
HSL 59.23º 0.68% 0.55% -
HSV(B) 59.23º 0.71% 0.86% -
XYZ 54.95 65.06 14.51 -
YUV 200.16 51.16 141.44 -
System Red Green Blue C M Y K H S L
Decimal 219 217 64 0 0.01 0.71 0.14 59.23 0.68 0.55
Hex DB D9 40 0 1 47 E 3B 44 37
Octal 333 331 100 0 1 107 16 73 104 67
Binary 11011011 11011001 1000000 0 1 1000111 1110 111011 1000100 110111

Color Harmonies of #DBD940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD940

Black with #DBD940

Text Example


Text Example

White with #DBD940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD940; }

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

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

background-color css

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

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

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

border-color css

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

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

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