#DCDA41

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

Shades of Starship #DCDA41

Tints of Starship #DCDA41

Color information

#DCDA41 (or 0xDCDA41) is unknown color: approx Starship. HEX triplet: DC, DA and 41. RGB value is (220,218,65). Sum of RGB (Red+Green+Blue) = 220+218+65=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 65 (25.78% from 255 or 12.92% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA41 is #2325BE. Grayscale: #C9C9C9. Windows color (decimal): -2303423 or 4315868. OLE color: 4315868.

HSL color Cylindrical-coordinate representation of color #DCDA41: hue angle of 59.23º degrees, saturation: 0.69, 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 #DCDA41 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB22021865-
CMYK00.010.700.14
HSL59.23º68.89%55.88%-
HSV(B)59.23º70.45%86.27%-
XYZ55.5465.7414.76-
YUV201.1651.16141.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.74%
GREEN value IS 218 (85.55% from 255) = 43.34%
BLUE value IS 65 (25.78% from 255) = 12.92%
R=43.74%
G=43.34%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202186500.010.700.1459.2368.8955.88
HexDCDA410146E3b4538
Octal33433210101106167310570
Binary1101110011011010100000101100011011101110111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDA41; }

 p { color: rgb(220,218,65); }

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

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

 a { background-color: rgb(220,218,65); }

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

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

 span { border-color: rgb(220,218,65); }

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