#DFD434

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

Shades of Starship #DFD434

Tints of Starship #DFD434

Color information

#DFD434 (or 0xDFD434) is unknown color: approx Starship. HEX triplet: DF, D4 and 34. RGB value is (223,212,52). Sum of RGB (Red+Green+Blue) = 223+212+52=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 212 (83.20% from 255 or 43.53% from 487); Blue value is 52 (20.70% from 255 or 10.68% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD434 is #202BCB. Grayscale: #C5C5C5. Windows color (decimal): -2108364 or 3462367. OLE color: 3462367.

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

Color convert

RGB22321252-
CMYK00.050.770.13
HSL56.14º72.77%53.92%-
HSV(B)56.14º76.68%87.45%-
XYZ54.5963.0212.54-
YUV197.0546.14146.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.79%
GREEN value IS 212 (83.20% from 255) = 43.53%
BLUE value IS 52 (20.70% from 255) = 10.68%
R=45.79%
G=43.53%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232125200.050.770.1356.1472.7753.92
HexDFD434054DD384936
Octal3373246405115157011166
Binary11011111110101001101000101100110111011110001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD434; }

 p { color: rgb(223,212,52); }

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

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

 a { background-color: rgb(223,212,52); }

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

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

 span { border-color: rgb(223,212,52); }

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