#dfd331

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

Shades of Starship #DFD331

Tints of Starship #DFD331

Color information

#DFD331 (or 0xDFD331) is unknown color: approx Starship. HEX triplet: DF, D3 and 31. RGB value is (223,211,49). Sum of RGB (Red+Green+Blue) = 223+211+49=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 211 (82.81% from 255 or 43.69% from 483); Blue value is 49 (19.53% from 255 or 10.14% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD331 is #202CCE. Grayscale: #C4C4C4. Windows color (decimal): -2108623 or 3265503. OLE color: 3265503.

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

Color convert

RGB22321149-
CMYK00.050.780.13
HSL55.86º73.11%53.33%-
HSV(B)55.86º78.03%87.45%-
XYZ54.2862.512.11-
YUV196.1244.98147.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.17%
GREEN value IS 211 (82.81% from 255) = 43.69%
BLUE value IS 49 (19.53% from 255) = 10.14%
R=46.17%
G=43.69%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232114900.050.780.1355.8673.1153.33
HexDFD331054ED384935
Octal3373236105116157011165
Binary11011111110100111100010101100111011011110001001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfd331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfd331; }

 p { color: rgb(223,211,49); }

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

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

 a { background-color: rgb(223,211,49); }

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

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

 span { border-color: rgb(223,211,49); }

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