#DADF47

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

Shades of Starship #DADF47

Tints of Starship #DADF47

Color information

#DADF47 (or 0xDADF47) is unknown color: approx Starship. HEX triplet: DA, DF and 47. RGB value is (218,223,71). Sum of RGB (Red+Green+Blue) = 218+223+71=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 71 (28.12% from 255 or 13.87% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADF47 is #2520B8. Grayscale: #CCCCCC. Windows color (decimal): -2433209 or 4710362. OLE color: 4710362.

HSL color Cylindrical-coordinate representation of color #DADF47: hue angle of 61.97º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DADF47 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB21822371-
CMYK0.0200.680.13
HSL61.97º70.37%57.65%-
HSV(B)61.97º68.16%87.45%-
XYZ56.4468.1416.14-
YUV204.1852.84137.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.58%
GREEN value IS 223 (87.5% from 255) = 43.55%
BLUE value IS 71 (28.12% from 255) = 13.87%
R=42.58%
G=43.55%
B=13.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal218223710.0200.680.1361.9770.3757.65
HexDADF472044D3e463a
Octal33233710720104157610672
Binary11011010110111111000111100100010011011111101000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADF47; }

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

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

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

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

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

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

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

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