#dadb3f

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

Shades of Starship #DADB3F

Tints of Starship #DADB3F

Color information

#DADB3F (or 0xDADB3F) is unknown color: approx Starship. HEX triplet: DA, DB and 3F. RGB value is (218,219,63). Sum of RGB (Red+Green+Blue) = 218+219+63=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 63 (25% from 255 or 12.6% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADB3F is #2524C0. Grayscale: #C9C9C9. Windows color (decimal): -2434241 or 4185050. OLE color: 4185050.

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

Color convert

RGB21821963-
CMYK0.0000.710.14
HSL60.38º68.42%55.29%-
HSV(B)60.38º71.23%85.88%-
XYZ55.1465.9314.52-
YUV200.9250.17140.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.6%
GREEN value IS 219 (85.94% from 255) = 43.8%
BLUE value IS 63 (25% from 255) = 12.6%
R=43.6%
G=43.8%
B=12.6%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal218219630.0000.710.1460.3868.4255.29
HexDADB3F0047E3c4437
Octal3323337700107167410467
Binary110110101101101111111100100011111101111001000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dadb3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dadb3f; }

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

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

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

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

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

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

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

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