#DADB42

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

Shades of Starship #DADB42

Tints of Starship #DADB42

Color information

#DADB42 (or 0xDADB42) is unknown color: approx Starship. HEX triplet: DA, DB and 42. RGB value is (218,219,66). Sum of RGB (Red+Green+Blue) = 218+219+66=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 66 (26.17% from 255 or 13.12% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADB42 is #2524BD. Grayscale: #C9C9C9. Windows color (decimal): -2434238 or 4381658. OLE color: 4381658.

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

Color convert

RGB21821966-
CMYK0.0000.700.14
HSL60.39º68%55.88%-
HSV(B)60.39º69.86%85.88%-
XYZ55.2365.9614.98-
YUV201.2651.67139.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.34%
GREEN value IS 219 (85.94% from 255) = 43.54%
BLUE value IS 66 (26.17% from 255) = 13.12%
R=43.34%
G=43.54%
B=13.12%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal218219660.0000.700.1460.396855.88
HexDADB420046E3c4438
Octal33233310200106167410470
Binary1101101011011011100001000100011011101111001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADB42; }

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

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

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

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

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

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

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

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