Html Css Color HEX #DBD946 Starship

📋 copy color: '#DBD946'

red 219 ◦ green 217 ◦ blue 70

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

Shades of Starship #DBD946

Tints of Starship #DBD946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.83%

R = 43.28%
G = 42.89%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBD946 (or 0xDBD946) is known color: Starship. HEX triplet: DB, D9 and 46. RGB value is (219,217,70). Sum of RGB (Red+Green+Blue) = 219+217+70=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 70 (27.73% from 255 or 13.83% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD946 is #2426B9. Grayscale: #C9C9C9. Windows color (decimal): -2369210 or 4643291. OLE color: 4643291.

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

Color convert

RGB 219 217 70 -
CMYK 0 0.01 0.68 0.14
HSL 59.19º 0.67% 0.57% -
HSV(B) 59.19º 0.68% 0.86% -
XYZ 55.13 65.13 15.46 -
YUV 200.84 54.16 140.95 -
System Red Green Blue C M Y K H S L
Decimal 219 217 70 0 0.01 0.68 0.14 59.19 0.67 0.57
Hex DB D9 46 0 1 44 E 3B 43 39
Octal 333 331 106 0 1 104 16 73 103 71
Binary 11011011 11011001 1000110 0 1 1000100 1110 111011 1000011 111001

Color Harmonies of #DBD946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD946

Black with #DBD946

Text Example


Text Example

White with #DBD946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD946; }

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

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

background-color css

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

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

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

border-color css

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

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

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