#DFD334

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

Shades of Starship #DFD334

Tints of Starship #DFD334

Color information

#DFD334 (or 0xDFD334) is unknown color: approx Starship. HEX triplet: DF, D3 and 34. RGB value is (223,211,52). Sum of RGB (Red+Green+Blue) = 223+211+52=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 211 (82.81% from 255 or 43.42% from 486); Blue value is 52 (20.70% from 255 or 10.70% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD334 is #202CCB. Grayscale: #C5C5C5. Windows color (decimal): -2108620 or 3462111. OLE color: 3462111.

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

Color convert

RGB22321152-
CMYK00.050.770.13
HSL55.79º72.77%53.92%-
HSV(B)55.79º76.68%87.45%-
XYZ54.3562.5212.45-
YUV196.4646.48146.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.88%
GREEN value IS 211 (82.81% from 255) = 43.42%
BLUE value IS 52 (20.70% from 255) = 10.70%
R=45.88%
G=43.42%
B=10.70%

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
Decimal2232115200.050.770.1355.7972.7753.92
HexDFD334054DD384936
Octal3373236405115157011166
Binary11011111110100111101000101100110111011110001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD334; }

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

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

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

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

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

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

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

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