#DFDD41

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

Shades of Starship #DFDD41

Tints of Starship #DFDD41

Color information

#DFDD41 (or 0xDFDD41) is unknown color: approx Starship. HEX triplet: DF, DD and 41. RGB value is (223,221,65). Sum of RGB (Red+Green+Blue) = 223+221+65=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 65 (25.78% from 255 or 12.77% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDD41 is #2022BE. Grayscale: #CCCCCC. Windows color (decimal): -2106047 or 4316639. OLE color: 4316639.

HSL color Cylindrical-coordinate representation of color #DFDD41: hue angle of 59.24º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DFDD41 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB22322165-
CMYK00.010.710.13
HSL59.24º71.17%56.47%-
HSV(B)59.24º70.85%87.45%-
XYZ57.2467.7815.07-
YUV203.8149.66141.68-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.81%
GREEN value IS 221 (86.72% from 255) = 43.42%
BLUE value IS 65 (25.78% from 255) = 12.77%
R=43.81%
G=43.42%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232216500.010.710.1359.2471.1756.47
HexDFDD410147D3b4738
Octal33733510101107157310770
Binary1101111111011101100000101100011111011110111000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDD41; }

 p { color: rgb(223,221,65); }

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

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

 a { background-color: rgb(223,221,65); }

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

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

 span { border-color: rgb(223,221,65); }

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