#DFDD45

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

Shades of Starship #DFDD45

Tints of Starship #DFDD45

Color information

#DFDD45 (or 0xDFDD45) is unknown color: approx Starship. HEX triplet: DF, DD and 45. RGB value is (223,221,69). Sum of RGB (Red+Green+Blue) = 223+221+69=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 69 (27.34% from 255 or 13.45% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDD45 is #2022BA. Grayscale: #CCCCCC. Windows color (decimal): -2106043 or 4578783. OLE color: 4578783.

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

Color convert

RGB22322169-
CMYK00.010.690.13
HSL59.22º70.64%57.25%-
HSV(B)59.22º69.06%87.45%-
XYZ57.3667.8315.7-
YUV204.2751.66141.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.47%
GREEN value IS 221 (86.72% from 255) = 43.08%
BLUE value IS 69 (27.34% from 255) = 13.45%
R=43.47%
G=43.08%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232216900.010.690.1359.2270.6457.25
HexDFDD450145D3b4739
Octal33733510501105157310771
Binary1101111111011101100010101100010111011110111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDD45; }

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

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

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

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

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

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

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

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