#DFD234

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

Shades of Starship #DFD234

Tints of Starship #DFD234

Color information

#DFD234 (or 0xDFD234) is unknown color: approx Starship. HEX triplet: DF, D2 and 34. RGB value is (223,210,52). Sum of RGB (Red+Green+Blue) = 223+210+52=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 52 (20.70% from 255 or 10.72% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD234 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD234 is #202DCB. Grayscale: #C4C4C4. Windows color (decimal): -2108876 or 3461855. OLE color: 3461855.

HSL color Cylindrical-coordinate representation of color #DFD234: hue angle of 55.44º 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 #DFD234 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB22321052-
CMYK00.060.770.13
HSL55.44º72.77%53.92%-
HSV(B)55.44º76.68%87.45%-
XYZ54.162.0312.37-
YUV195.8846.81147.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.98%
GREEN value IS 210 (82.42% from 255) = 43.30%
BLUE value IS 52 (20.70% from 255) = 10.72%
R=45.98%
G=43.30%
B=10.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232105200.060.770.1355.4472.7753.92
HexDFD234064DD374936
Octal3373226406115156711166
Binary11011111110100101101000110100110111011101111001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD234; }

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

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

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

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

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

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

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

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