#dadb44

Color #DADB44 Starship (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Starship #DADB44

Tints of Starship #DADB44

Color information

#DADB44 (or 0xDADB44) is unknown color: approx Starship. HEX triplet: DA, DB and 44. RGB value is (218,219,68). Sum of RGB (Red+Green+Blue) = 218+219+68=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 68 (26.95% from 255 or 13.47% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADB44 is #2524BB. Grayscale: #CACACA. Windows color (decimal): -2434236 or 4512730. OLE color: 4512730.

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

Color convert

RGB21821968-
CMYK0.0000.690.14
HSL60.4º67.71%56.27%-
HSV(B)60.4º68.95%85.88%-
XYZ55.2965.9915.29-
YUV201.4952.67139.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.17%
GREEN value IS 219 (85.94% from 255) = 43.37%
BLUE value IS 68 (26.95% from 255) = 13.47%
R=43.17%
G=43.37%
B=13.47%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal218219680.0000.690.1460.467.7156.27
HexDADB440045E3c4438
Octal33233310400105167410470
Binary1101101011011011100010000100010111101111001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dadb44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dadb44; }

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

 H1.HeaderClassName
 {
   color: #dadb44;
 }
 .AnyTagClassName
 {
   color: #dadb44;
 }
</style>
background-color css

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

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

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

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

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

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