#DFD632

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

Shades of Starship #DFD632

Tints of Starship #DFD632

Color information

#DFD632 (or 0xDFD632) is unknown color: approx Starship. HEX triplet: DF, D6 and 32. RGB value is (223,214,50). Sum of RGB (Red+Green+Blue) = 223+214+50=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 50 (19.92% from 255 or 10.27% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD632 is #2029CD. Grayscale: #C6C6C6. Windows color (decimal): -2107854 or 3331807. OLE color: 3331807.

HSL color Cylindrical-coordinate representation of color #DFD632: hue angle of 56.88º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFD632 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB22321450-
CMYK00.040.780.13
HSL56.88º73%53.53%-
HSV(B)56.88º77.58%87.45%-
XYZ55.0564.0112.47-
YUV197.9944.48145.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.79%
GREEN value IS 214 (83.98% from 255) = 43.94%
BLUE value IS 50 (19.92% from 255) = 10.27%
R=45.79%
G=43.94%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232145000.040.780.1356.887353.53
HexDFD632044ED394936
Octal3373266204116157111166
Binary11011111110101101100100100100111011011110011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD632; }

 p { color: rgb(223,214,50); }

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

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

 a { background-color: rgb(223,214,50); }

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

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

 span { border-color: rgb(223,214,50); }

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