#DADF48

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

Shades of Starship #DADF48

Tints of Starship #DADF48

Color information

#DADF48 (or 0xDADF48) is unknown color: approx Starship. HEX triplet: DA, DF and 48. RGB value is (218,223,72). Sum of RGB (Red+Green+Blue) = 218+223+72=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 72 (28.52% from 255 or 14.04% from 513); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADF48 is #2520B7. Grayscale: #CCCCCC. Windows color (decimal): -2433208 or 4775898. OLE color: 4775898.

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

Color convert

RGB21822372-
CMYK0.0200.680.13
HSL61.99º70.23%57.84%-
HSV(B)61.99º67.71%87.45%-
XYZ56.4768.1516.31-
YUV204.2953.34137.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.50%
GREEN value IS 223 (87.5% from 255) = 43.47%
BLUE value IS 72 (28.52% from 255) = 14.04%
R=42.50%
G=43.47%
B=14.04%

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
Decimal218223720.0200.680.1361.9970.2357.84
HexDADF482044D3e463a
Octal33233711020104157610672
Binary11011010110111111001000100100010011011111101000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADF48; }

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

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

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

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

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

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

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

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