Html Css Color HEX #DBDA47 Starship

📋 copy color: '#DBDA47'

red 219 ◦ green 218 ◦ blue 71

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

Shades of Starship #DBDA47

Tints of Starship #DBDA47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.98%

R = 43.11%
G = 42.91%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBDA47 (or 0xDBDA47) is known color: Starship. HEX triplet: DB, DA and 47. RGB value is (219,218,71). Sum of RGB (Red+Green+Blue) = 219+218+71=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 71 (28.12% from 255 or 13.98% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDA47 is #2425B8. Grayscale: #CACACA. Windows color (decimal): -2368953 or 4709083. OLE color: 4709083.

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

Color convert

RGB 219 218 71 -
CMYK 0 0.00 0.68 0.14
HSL 59.59º 0.67% 0.57% -
HSV(B) 59.59º 0.68% 0.86% -
XYZ 55.42 65.66 15.71 -
YUV 201.54 54.33 140.45 -
System Red Green Blue C M Y K H S L
Decimal 219 218 71 0 0.00 0.68 0.14 59.59 0.67 0.57
Hex DB DA 47 0 0 44 E 3C 43 39
Octal 333 332 107 0 0 104 16 74 103 71
Binary 11011011 11011010 1000111 0 0 1000100 1110 111100 1000011 111001

Color Harmonies of #DBDA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA47

Black with #DBDA47

Text Example


Text Example

White with #DBDA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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